summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-26 14:42:14 +0000
committercharnier <charnier@FreeBSD.org>2000-03-26 14:42:14 +0000
commitc8ca89e91cb0e9e51c29accd04050581f3a9ba3d (patch)
tree490f3e4bbf2933284848f4a29b67d0a7b0353707 /usr.bin
parentc0b39261d661f84084592932ebecbfb0c8097311 (diff)
downloadFreeBSD-src-c8ca89e91cb0e9e51c29accd04050581f3a9ba3d.zip
FreeBSD-src-c8ca89e91cb0e9e51c29accd04050581f3a9ba3d.tar.gz
Add DIAGNOSTICS section name
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/basename/basename.18
-rw-r--r--usr.bin/column/column.111
-rw-r--r--usr.bin/logname/logname.12
-rw-r--r--usr.bin/mkfifo/mkfifo.14
4 files changed, 13 insertions, 12 deletions
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1
index ba95e76..8d0a786 100644
--- a/usr.bin/basename/basename.1
+++ b/usr.bin/basename/basename.1
@@ -79,18 +79,18 @@ to
.Pa /usr/bin .
.Pp
.Dl FOO=`dirname /usr/bin/trail`
-.Pp
+.Sh DIAGNOSTICS
Both the
-.Nm basename
+.Nm
and
.Nm dirname
-exit 0 on success, and >0 if an error occurs.
+utilities exit 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr csh 1 ,
.Xr sh 1
.Sh STANDARDS
The
-.Nm basename
+.Nm
and
.Nm dirname
functions are expected to be POSIX 1003.2 compatible.
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1
index 4b8ec9b..22bfea8 100644
--- a/usr.bin/column/column.1
+++ b/usr.bin/column/column.1
@@ -46,7 +46,7 @@
.Op Ar
.Sh DESCRIPTION
The
-.Nm column
+.Nm
utility formats its input into multiple columns.
Rows are filled before columns.
Input is taken from
@@ -55,7 +55,7 @@ operands, or, by default, from the standard input.
Empty lines are ignored.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl c
Output is formatted for a display
.Ar columns
@@ -74,9 +74,10 @@ Useful for pretty-printing displays.
.It Fl x
Fill columns before filling rows.
.El
-.Pp
-.Nm Column
-exits 0 on success, >0 if an error occurred.
+.Sh DIAGNOSTICS
+The
+.Nm
+utility exits 0 on success, and >0 if an error occurs.
.Sh ENVIRONMENT
.Bl -tag -width COLUMNS
.It Ev COLUMNS
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index e75afcb..a4883f3 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -57,7 +57,7 @@ and
.Ev USER
environment variables
because the environment cannot be trusted.
-.Pp
+.Sh DIAGNOSTICS
The
.Nm
utility exits 0 on success, and >0 if an error occurs.
diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1
index a7443c5..511d90a 100644
--- a/usr.bin/mkfifo/mkfifo.1
+++ b/usr.bin/mkfifo/mkfifo.1
@@ -79,10 +79,10 @@ of the calling process.
The
.Nm
command requires write permission in the parent directory.
-.Pp
+.Sh DIAGNOSTICS
The
.Nm
-command exits 0 if successful, and >0 if an error occurred.
+utility exits 0 on success, and >0 if an error occurs.
.Sh STANDARDS
The
.Nm
OpenPOWER on IntegriCloud