summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-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 5701deb..957d6ff 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 05b8b9e..ea988ef 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 191bf2e..ab47de1 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 985b452..d7b040a 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.
OpenPOWER on IntegriCloud