Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Jilles Tjoelker
8f3bd46654
pathchk(1): Fix the example so it allows arbitrary pathnames.
...
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
2010-05-01 22:10:45 +00:00
Jilles Tjoelker
da21952559
pathchk: Add the new POSIX -P option.
...
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
2010-05-01 22:00:28 +00:00
Ruslan Ermilov
f682f10c76
Sync program's usage() with manpage's SYNOPSIS.
2005-05-21 09:55:10 +00:00
Ruslan Ermilov
6c7216df78
Sort sections.
2005-01-18 13:43:56 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Tim J. Robbins
ea87e79d5f
Unbreak support for systems that have no limit on pathname length.
...
Noticed by: bde
2002-12-15 00:40:47 +00:00
Tim J. Robbins
d241a89d5c
Update pathchk to reflect the fact that 1003.1-2001 now includes the
...
trailing null byte in PATH_MAX and _POSIX_PATH_MAX.
PR: 46035
2002-12-14 11:44:54 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Tim J. Robbins
2a84afe106
When stat(2) fails, put the name of the component it failed on in the
...
warning message as well as the path argument.
2002-06-10 10:03:46 +00:00
Ruslan Ermilov
3c7cf139ac
mdoc(7) police: tidy up the markup.
2002-05-30 14:02:23 +00:00
Tim J. Robbins
c78c4633a2
Add the pathchk utility, which checks pathnames for validity or
...
portability between POSIX systems.
Submitted by: Chuck Rouillard (manpage, initial implementation)
2002-05-22 10:30:16 +00:00