Add DIAGNOSTICS section name

This commit is contained in:
Philippe Charnier 2000-03-26 14:42:14 +00:00
parent f71970dd4d
commit 2e184158bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58612
4 changed files with 13 additions and 12 deletions

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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