summaryrefslogtreecommitdiffstats
path: root/usr.bin/pathchk/pathchk.1
Commit message (Collapse)AuthorAgeFilesLines
* pathchk(1): Fix the example so it allows arbitrary pathnames.jilles2010-05-011-1/+1
| | | | | | | | | | Spaces and various other characters in pathnames are not passed through literally by xargs in its default mode. Instead, use find . -exec ... {} + Although the -- argument is not strictly required here, add it anyway to avoid surprises when modifying the code to find -f -somedir ... MFC after: 1 week
* pathchk: Add the new POSIX -P option.jilles2010-05-011-2/+12
| | | | | | | This option checks for empty pathnames and components starting with '-'. Our -p option also checks for the latter, which remains the case. MFC after: 1 week
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* mdoc(7) police: tidy up the markup.ru2002-05-301-12/+9
|
* Add the pathchk utility, which checks pathnames for validity ortjr2002-05-221-0/+124
portability between POSIX systems. Submitted by: Chuck Rouillard (manpage, initial implementation)
OpenPOWER on IntegriCloud