summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-11 12:27:15 +0000
committerru <ru@FreeBSD.org>2001-09-11 12:27:15 +0000
commit156d2663348e6f9d4be79639f99a7fb69a702bea (patch)
tree061898ba5fa428dc52f5e584a7653489304f778c
parent0ffe11eeb60f6f35861bc570443d7b22dcb90df9 (diff)
downloadFreeBSD-src-156d2663348e6f9d4be79639f99a7fb69a702bea.zip
FreeBSD-src-156d2663348e6f9d4be79639f99a7fb69a702bea.tar.gz
mdoc(7) police: Fixed the .Ex calls in manpages that describe more
than one utility. PR: docs/30437 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
-rw-r--r--usr.bin/compress/compress.12
-rw-r--r--usr.bin/hexdump/hexdump.12
-rw-r--r--usr.sbin/rtsold/rtsold.84
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1
index ae2f6bf..fb779bd 100644
--- a/usr.bin/compress/compress.1
+++ b/usr.bin/compress/compress.1
@@ -153,7 +153,7 @@ coding (as used in the historical command pack), or adaptive Huffman
coding (as used in the historical command compact), and takes less
time to compute.
.Sh DIAGNOSTICS
-.Ex -std
+.Ex -std compress uncompress zcat
.Sh SEE ALSO
.Rs
.%A Welch, Terry A.
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 9219d1d..51e9415 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -331,7 +331,7 @@ to specifying the
.Fl x
option.
.Sh DIAGNOSTICS
-.Ex -std
+.Ex -std hexdump hd
.Sh EXAMPLES
Display the input in perusal format:
.Bd -literal -offset indent
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8
index bd2fb24..f148694 100644
--- a/usr.sbin/rtsold/rtsold.8
+++ b/usr.sbin/rtsold/rtsold.8
@@ -34,7 +34,7 @@
.Os
.\"
.Sh NAME
-.Nm rtsold
+.Nm rtsold , rtsol
.Nd router solicitation daemon
.\"
.Sh SYNOPSIS
@@ -176,7 +176,7 @@ Advertisement packet has arrived on each
then exit.
.El
.Sh DIAGNOSTICS
-.Ex -std
+.Ex -std rtsold rtsol
.\"
.Sh FILES
.Bl -tag -width /var/run/rtsold.dump -compact
OpenPOWER on IntegriCloud