aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-08 11:48:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-08 11:48:28 +0000
commit6575e6daae316c2e0cdafbe764f9a6e232ff3ee7 (patch)
treef029a640ea1451d65719cafec9eae942a7d4b0ac /share
parent3bc371d25d4386a85ff3c0f6e38d8fe9dd4e2c89 (diff)
downloadsrc-6575e6daae316c2e0cdafbe764f9a6e232ff3ee7.tar.gz
src-6575e6daae316c2e0cdafbe764f9a6e232ff3ee7.zip
mdoc(7) police: expand plain text xrefs.
Notes
Notes: svn path=/head/; revision=81285
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/builtin.12
-rw-r--r--share/man/man5/rc.conf.54
-rw-r--r--share/man/man8/rc.84
-rw-r--r--share/man/man9/mbuf.94
4 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1
index 5701deb88520..957d6ffbf8f6 100644
--- a/share/man/man1/builtin.1
+++ b/share/man/man1/builtin.1
@@ -165,7 +165,7 @@ Consult the appropriate manual page for
details on the operation of any given builtin command under those shells.
Users of other shells will need to consult the documentation supplied
with the other shells.
-.Bl -column "continueXX" "ExternalXX" "csh(1)" "sh(1)" -offset indent
+.Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent
.It Xo
.Em "Command External" Ta Xr csh 1 Ta Xr sh 1
.Xc
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 05b8b9e4a4c1..ea988efaf5d5 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -113,7 +113,9 @@ Set to PCCARD controller memory address or
for the default value.
.It Va pccard_ifconfig
.Pq Vt str
-List of arguments to be passed to ifconfig(8) at boot time or on
+List of arguments to be passed to
+.Xr ifconfig 8
+at boot time or on
insertion of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0"
for a fixed address or "DHCP" for a DHCP client).
.It Va pccard_beep
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 191bf2e65888..ab47de16ba44 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -66,7 +66,9 @@ contain additional custom startup code for your system.
contains the global system configuration information referenced
by the rc files, while
.Nm rc.conf.local
-contains the local system configuration. See rc.conf(5)
+contains the local system configuration.
+See
+.Xr rc.conf 5 .
.Pp
The
.Nm rc.d
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 985b452c4398..d7b040a4e2dd 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -507,4 +507,6 @@ Besides for being used for network packets, they were used
to store various dynamic structures, such as routing table
entries, interface addresses, protocol control blocks, etc.
.Sh AUTHORS
-The original mbuf(9) man page was written by Yar Tikhiy.
+The original
+.Nm
+man page was written by Yar Tikhiy.