diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-15 18:50:39 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-15 18:50:39 +0000 |
| commit | 9c800c95af9e15439d04456ca9c123cf853c5717 (patch) | |
| tree | aed79eab878c894280672e7d22970ce0b91c2005 | |
| parent | 76b7b29ed015e42b08ee7e90e30cbcb69dc10179 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/rc.conf.5 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 1d0c8d4f103d5..66d48deffee1d 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -161,9 +161,15 @@ kernel module will be loaded. or the file which contains the local firewall ruleset. Valid selections from .Pa /etc/rc.firewall , -are ``open'' - unrestricted IP access; ``closed'' - all IP services disabled, -except via lo0; ``client'' - basic protection for a workstation; ``simple'' - -basic protection for a LAN. If a filename is specified, the full path +are +.Dq open +- unrestricted IP access; +.Dq closed +- all IP services disabled, except via lo0; +.Dq client +- basic protection for a workstation; +.Dq simple +- basic protection for a LAN. If a filename is specified, the full path must be given. .It Ar firewall_quiet (bool) Set to @@ -406,11 +412,11 @@ command for more information. .It Ar update_motd (bool) If set to .Ar YES , -.Nm /etc/motd +.Pa /etc/motd will be updated at boot time to reflect the kernel release bring run. If set to .Ar NO , -.Nm /etc/motd +.Pa /etc/motd will not be updated .It Ar nfs_client_enable (bool) If set to @@ -646,7 +652,9 @@ then for each whitespace separated in the value, a .No route_ Ns element variable is assumed to exist -whose contents will later be passed to a ``route add'' operation. +whose contents will later be passed to a +.Dq route add +operation. .It Ar gateway_enable (bool) If set to .Ar YES , |
