Searched refs:manlint (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DManLint.py36 def manlint(fh, filename=None, output=sys.stderr, **opts): function
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py292 def manlint(root, parent, flist, output): function
298 ret |= ManLint.manlint(fh, output=output, picky=True)
344 manlint,
356 manlint,
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py401 Files can be excluded from this check using the manlint.NOT
407 exclude = not_check(repo, 'manlint')
425 ret |= ManLint.manlint(fh, output=ui, picky=True)
834 - manlint (man page formatting)
870 - manlint (man page formatting)
1475 'manlint': (cdm_manlintchk, [('p', 'parent', '', 'parent workspace')],
1476 'hg manlint [-p PARENT]'),

Completed in 62 milliseconds