aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2021-07-01 21:51:37 +0000
committerCeri Davies <ceri@FreeBSD.org>2021-07-01 21:54:26 +0000
commit2ce58512957ec373abfb71712687d7e7b6abea82 (patch)
treebb339acc6dc18d71f76a469b0431ebd0bc2e3047
parent40944510db1e9f4c9cf758087977010ee7c36199 (diff)
downloadsrc-2ce58512957ec373abfb71712687d7e7b6abea82.tar.gz
src-2ce58512957ec373abfb71712687d7e7b6abea82.zip
rc.conf.5: -Tlint fixes.
-rw-r--r--share/man/man5/rc.conf.514
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index d32a96b706ec..5692228c4db5 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1391,7 +1391,7 @@ ifconfig_em0_aliases="\\
It also supports CIDR notation.
.Pp
If the
-.Pa /etc/start_if. Ns Aq Ar interface
+.Pa /etc/start_if . Ns Aq Ar interface
file is present, it is read and executed by the
.Xr sh 1
interpreter
@@ -1517,7 +1517,7 @@ will use the settings from
Finally, you can add
.Xr ifconfig 8
options in this variable, in addition to the
-.Pa /etc/start_if. Ns Aq Ar interface
+.Pa /etc/start_if . Ns Aq Ar interface
file.
For instance, to configure an
.Xr ath 4
@@ -1887,16 +1887,16 @@ The value of this variable is used to configure the link layer of the
tunnel using the
.Cm tunnel
option to
-.Xr ifconfig .
+.Xr ifconfig 8 .
Additionally, this option ensures that each listed interface is created
via the
.Cm create
option to
-.Xr ifconfig
+.Xr ifconfig 8
before attempting to configure it.
.Pp
For example, configure two
-.Xr gif
+.Xr gif 4
interfaces with:
.Bd -literal
gif_interfaces="gif0 gif1"
@@ -3896,7 +3896,7 @@ For backward compatibility,
when per-jail configuration variables are defined,
.Xr jail 8
configuration files are created as
-.Pa /var/run/jail. Ns Ao Ar jname Ac Ns Pa .conf
+.Pa /var/run/jail . Ns Ao Ar jname Ac Ns Pa .conf
and used.
.Pp
The following per-jail parameters are handled by
@@ -4593,7 +4593,6 @@ it will be made permanently active.
.Xr gdb 1 ,
.Xr info 1 ,
.Xr kbdcontrol 1 ,
-.Xr makewhatis 1 ,
.Xr sh 1 ,
.Xr vi 1 ,
.Xr vidcontrol 1 ,
@@ -4645,6 +4644,7 @@ it will be made permanently active.
.Xr kldxref 8 ,
.Xr loader 8 ,
.Xr lpd 8 ,
+.Xr makewhatis 8 ,
.Xr mdconfig 8 ,
.Xr mdmfs 8 ,
.Xr mixer 8 ,