summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-24 09:19:58 +0000
committerdd <dd@FreeBSD.org>2001-07-24 09:19:58 +0000
commit6fb3e158871a7524ae8040a81a5acdc7763ea108 (patch)
treed40804c478363433d629b5dca926074d5fb65eff /share/man
parenta465db1b2ba1ebefafc09c3a1f95372a6f011392 (diff)
downloadFreeBSD-src-6fb3e158871a7524ae8040a81a5acdc7763ea108.zip
FreeBSD-src-6fb3e158871a7524ae8040a81a5acdc7763ea108.tar.gz
Fix or add types where appropriate.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/rc.conf.513
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 8d821f0..3b1a5e3 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -243,6 +243,7 @@ and
.Xr divert 4
sockets must be enabled in your kernel.
.It Va natd_interface
+.Pq Vt str
This is the name of the public interface on which natd should run. It
is mandatory if
.Va natd_enable
@@ -250,6 +251,7 @@ is set to
.Dq YES .
The interface may be given as an interface name or as an IP address.
.It Va natd_flags
+.Pq Vt str
Additional natd flags should be placed here. The
.Fl n
or
@@ -725,7 +727,7 @@ the Kerberos Administration Daemon); set to
.Dq NO
on a slave server.
.It Va kerberos_stash
-(str)
+.Pq Vt str
If
.Dq YES ,
instruct the Kerberos servers to use the stashed master key instead of
@@ -794,7 +796,8 @@ these are the flags to pass to the
.Xr nfsiod 8
daemon.
.It Va nfs_access_cache
-if
+.Pq Vt integer
+If
.Va nfs_client_enable
is set to
.Dq YES ,
@@ -908,6 +911,7 @@ then run the
.Xr pppoed 8
daemon at boot time to provide PPP over Ethernet services.
.It Va pppoed_ Ns Ar provider
+.Pq Vt str
.Xr pppoed 8
listens to requests to this
.Ar provider
@@ -917,9 +921,11 @@ with a
.Ar system
argument of the same name.
.It Va pppoed_flags
+.Pq Vt str
Additional flags to pass to
.Xr pppoed 8 .
.It Va pppoed_interface
+.Pq Vt str
The network interface to run pppoed on. This is mandatory when
.Va pppoed_enable
is set to
@@ -1157,10 +1163,12 @@ these are the flags to pass to the
.Xr IPXrouted 8
daemon.
.It Va arpproxy_all
+.Pq Vt bool
If set to
.Dq YES
then enable global proxy ARP.
.It Va forward_sourceroute
+.Pq Vt bool
If set to
.Dq YES
then when
@@ -1169,6 +1177,7 @@ is also set to
.Dq YES ,
source routed packets are forwarded.
.It Va accept_sourceroute
+.Pq Vt bool
If set to
.Dq YES
then the system will accept source routed packets directed at it.
OpenPOWER on IntegriCloud