summaryrefslogtreecommitdiffstats
path: root/usr.bin/pathchk/pathchk.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-30 14:02:23 +0000
committerru <ru@FreeBSD.org>2002-05-30 14:02:23 +0000
commitb9e8cb66c907adea2b90972c493fe82f7b2c38d2 (patch)
tree76a0313d30aa52d5944c5aadf392256ab8d5c8ac /usr.bin/pathchk/pathchk.1
parent4c0a89a17eb9fb07f037e581864e08d32d2a9f15 (diff)
downloadFreeBSD-src-b9e8cb66c907adea2b90972c493fe82f7b2c38d2.zip
FreeBSD-src-b9e8cb66c907adea2b90972c493fe82f7b2c38d2.tar.gz
mdoc(7) police: tidy up the markup.
Diffstat (limited to 'usr.bin/pathchk/pathchk.1')
-rw-r--r--usr.bin/pathchk/pathchk.121
1 files changed, 9 insertions, 12 deletions
diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1
index 85ecbb1..977693e 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
OpenPOWER on IntegriCloud