diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 14:02:23 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 14:02:23 +0000 |
| commit | 3c7cf139ac3d7a1be00cd32fa020385d10f945fe (patch) | |
| tree | 76a0313d30aa52d5944c5aadf392256ab8d5c8ac /usr.bin | |
| parent | 8bf118ed78479b411f560ab1e259fb766426e5ba (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/pathchk/pathchk.1 | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index 85ecbb138d59..977693e065f4 100644 --- a/usr.bin/pathchk/pathchk.1 +++ b/usr.bin/pathchk/pathchk.1 @@ -34,15 +34,12 @@ .Nm pathchk .Nd check pathnames .Sh SYNOPSIS -.Nm pathchk +.Nm .Op Fl p -.Bk -words -.Ar pathname Ns -\&... -.Ek +.Ar pathname ... .Sh DESCRIPTION The -.Nm pathchk +.Nm utility checks whether each of the specified .Ar pathname arguments is valid or portable. @@ -57,9 +54,9 @@ bytes. Contains any component longer than .Dv NAME_MAX bytes. -The value of +(The value of .Dv NAME_MAX -depends on the underlying filesystem. +depends on the underlying filesystem.) .It Contains a directory component that is not searchable. .El @@ -93,8 +90,7 @@ alphanumeric characters, .Ql \&. , .Ql \&- and -.Ql _ Ns -). +.Ql _ ) . No component may start with the hyphen .Pq Ql \&- character. @@ -105,7 +101,8 @@ Check whether the names of files in the current directory are portable to other .Tn POSIX systems: -.Dl find \&. -print | xargs pathchk -p +.Pp +.Dl "find . -print | xargs pathchk -p" .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO @@ -114,7 +111,7 @@ systems: .Xr stat 2 .Sh STANDARDS The -.Nm pathchk +.Nm utility conforms to .St -p1003.1-2001 . .Sh HISTORY |
