summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-17 11:44:16 +0000
committerru <ru@FreeBSD.org>2000-11-17 11:44:16 +0000
commiteb8c554f56d74fc1b61cf818ef6ad426a3464a9b (patch)
tree498d08af61275dfb567e0f1c83912aee9e3d5217 /usr.bin
parentdd1ebedcff39ca8f96beb0a0e42f0574f6e266d6 (diff)
downloadFreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.zip
FreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.tar.gz
mdoc(7) police: use certified section headers wherever possible.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/colldef/colldef.110
-rw-r--r--usr.bin/file2c/file2c.12
-rw-r--r--usr.bin/getconf/getconf.12
-rw-r--r--usr.bin/getopt/getopt.12
-rw-r--r--usr.bin/key/key.12
-rw-r--r--usr.bin/rup/rup.12
-rw-r--r--usr.bin/units/units.14
-rw-r--r--usr.bin/whereis/whereis.12
8 files changed, 14 insertions, 12 deletions
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1
index 4473c7b..5073f35 100644
--- a/usr.bin/colldef/colldef.1
+++ b/usr.bin/colldef/colldef.1
@@ -239,13 +239,15 @@ The backslash character
is used for continuation.
In this case, no characters are permitted
after the backslash character.
-.Sh EXIT STATUS
+.Sh DIAGNOSTICS
.Nm Colldef
exits with the following values:
-.Ar 0
-No errors were found and the output was successfully created.
-.Ar !=0
+.Bl -tag -width indent
+.It Li 0
+No errors were found and the output was successfully created.
+.It Li !=0
Errors were found.
+.El
.Sh FILES
.Ar /usr/share/locale/<language>/LC_COLLATE
standard shared location for collation orders
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1
index eb909ba..dbcc4ea 100644
--- a/usr.bin/file2c/file2c.1
+++ b/usr.bin/file2c/file2c.1
@@ -31,7 +31,7 @@ is present, it is printed after the data.
.Pp
This program is used to embed binary or other files into C source files,
for instance as a char[].
-.Sh EXAMPLE
+.Sh EXAMPLES
The command:
.Bd -literal -offset indent
date | file2c 'const char date[] = {' ',0};'
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index 3aac9ed..7ce8984 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -157,5 +157,5 @@ We ignore that aspect of the specification and use the
correct
.Li \&"%ld"
format.
-.Sh AUTHOR
+.Sh AUTHORS
.An Garrett A. Wollman Aq wollman@lcs.mit.edu
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 72ae418..6563216 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -34,7 +34,7 @@ preceded by a
.Ql \-
and in its own shell argument;
each option argument is also in its own shell argument.
-.Sh EXAMPLE
+.Sh EXAMPLES
The following code fragment shows how one might process the arguments
for a command that can take the options
.Fl a
diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1
index 9546929..2b3545c 100644
--- a/usr.bin/key/key.1
+++ b/usr.bin/key/key.1
@@ -19,7 +19,7 @@ passwords to print
along with a (maximum) sequence number and key as command line args,
it prompts for the user's secret password, and produces both word
and hex format responses.
-.Sh EXAMPLE
+.Sh EXAMPLES
Usage example:
.Bd -literal -offset indent -compact
>key -n 5 99 th91334
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index 5314aa8..7d0b9a5 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -60,7 +60,7 @@ work.
.Nm Rup
uses an RPC protocol defined in
.Pa /usr/include/rpcsvc/rstat.x .
-.Sh EXAMPLE
+.Sh EXAMPLES
.Bd -unfilled -offset indent -compact
example% rup otherhost
otherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1
index f1c2de8..a2532a9 100644
--- a/usr.bin/units/units.1
+++ b/usr.bin/units/units.1
@@ -5,12 +5,12 @@
.Sh NAME
.Nm units
.Nd conversion program
-.Sh SYNTAX
+.Sh SYNOPSIS
.Nm
.Op Fl f Ar filename
.Op Fl qv
.Op Ar to-unit from-unit
-.Sh SUMMARY
+.Sh OPTIONS
The following options are available:
.Bl -tag -width indent
.It Fl f Ar filename
diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1
index 8e6404b..46817fd 100644
--- a/usr.bin/whereis/whereis.1
+++ b/usr.bin/whereis/whereis.1
@@ -112,7 +112,7 @@ Search for
entries. A file is said to be unusual if it does not have one entry
of each requested type.
.El
-.Sh EXAMPLE
+.Sh EXAMPLES
The following finds all utilities under
.Pa /usr/bin
that do not have documentation:
OpenPOWER on IntegriCloud