mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
.Va, and use .Pp instead of blank lines all over the place.
This commit is contained in:
parent
9525f1d82f
commit
b521870897
@ -224,7 +224,9 @@ to disable the display of ipfw rules on the console during boot.
|
|||||||
Set to
|
Set to
|
||||||
.Dq YES
|
.Dq YES
|
||||||
to enable ipfw event logging.
|
to enable ipfw event logging.
|
||||||
This is equivalent to the IPFIREWALL_VERBOSE kernel option.
|
This is equivalent to the
|
||||||
|
.Dv IPFIREWALL_VERBOSE
|
||||||
|
kernel option.
|
||||||
.It Va natd_program
|
.It Va natd_program
|
||||||
.Pq Vt str
|
.Pq Vt str
|
||||||
Path to
|
Path to
|
||||||
@ -310,8 +312,8 @@ ipfilter_enable="YES"
|
|||||||
ipfilter_flags=""
|
ipfilter_flags=""
|
||||||
ipnat_enable="YES"
|
ipnat_enable="YES"
|
||||||
ipmon_enable="YES"
|
ipmon_enable="YES"
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
into
|
into
|
||||||
.Pa /etc/rc.conf
|
.Pa /etc/rc.conf
|
||||||
and editing
|
and editing
|
||||||
@ -327,8 +329,8 @@ Having
|
|||||||
options IPFILTER
|
options IPFILTER
|
||||||
options IPFILTER_LOG
|
options IPFILTER_LOG
|
||||||
options IPFILTER_DEFAULT_BLOCK
|
options IPFILTER_DEFAULT_BLOCK
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
in the kernel configuration file is a good idea, too.
|
in the kernel configuration file is a good idea, too.
|
||||||
.\" ----- ipfilter_program setting ------------------------------
|
.\" ----- ipfilter_program setting ------------------------------
|
||||||
.It Va ipfilter_program
|
.It Va ipfilter_program
|
||||||
@ -472,8 +474,8 @@ Make sure to adjust
|
|||||||
in such case like this:
|
in such case like this:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
/var/log/ipflog 640 10 100 * Z /var/run/ipmon.pid
|
/var/log/ipflog 640 10 100 * Z /var/run/ipmon.pid
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
See
|
See
|
||||||
.Va ipfilter_enable
|
.Va ipfilter_enable
|
||||||
for a detailled discussion.
|
for a detailled discussion.
|
||||||
@ -517,7 +519,9 @@ the SYN and FIN flags set.
|
|||||||
This prevents OS fingerprinting, but may
|
This prevents OS fingerprinting, but may
|
||||||
break some legitimate applications.
|
break some legitimate applications.
|
||||||
This option is only available if the
|
This option is only available if the
|
||||||
kernel was built with the TCP_DROP_SYNFIN option.
|
kernel was built with the
|
||||||
|
.Dv TCP_DROP_SYNFIN
|
||||||
|
option.
|
||||||
.It Va icmp_drop_redirect
|
.It Va icmp_drop_redirect
|
||||||
.Pq Vt bool
|
.Pq Vt bool
|
||||||
Set to
|
Set to
|
||||||
@ -551,8 +555,9 @@ something like this:
|
|||||||
.Bd -literal
|
.Bd -literal
|
||||||
ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
|
ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
|
||||||
ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
|
ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
|
.\" XXX horrible markup here:
|
||||||
And so on. For each ifconfig_<interface>_alias<n> entry that is
|
And so on. For each ifconfig_<interface>_alias<n> entry that is
|
||||||
found, its contents are passed to
|
found, its contents are passed to
|
||||||
.Xr ifconfig 8 .
|
.Xr ifconfig 8 .
|
||||||
@ -563,8 +568,8 @@ ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff"
|
|||||||
ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
|
ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
|
||||||
ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
|
ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
|
||||||
ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
|
ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
Then note that alias4 would
|
Then note that alias4 would
|
||||||
.Em not
|
.Em not
|
||||||
be added since the search would
|
be added since the search would
|
||||||
@ -656,7 +661,9 @@ Path to
|
|||||||
.Pa /usr/sbin/syslogd ) .
|
.Pa /usr/sbin/syslogd ) .
|
||||||
.It Va syslogd_flags
|
.It Va syslogd_flags
|
||||||
.Pq Vt str
|
.Pq Vt str
|
||||||
If syslogd_enable is set to
|
If
|
||||||
|
.Va syslogd_enable
|
||||||
|
is set to
|
||||||
.Dq YES ,
|
.Dq YES ,
|
||||||
these are the flags to pass to
|
these are the flags to pass to
|
||||||
.Xr syslogd 8 .
|
.Xr syslogd 8 .
|
||||||
@ -675,7 +682,9 @@ Path to
|
|||||||
.Pa /usr/sbin/inetd ) .
|
.Pa /usr/sbin/inetd ) .
|
||||||
.It Va inetd_flags
|
.It Va inetd_flags
|
||||||
.Pq Vt str
|
.Pq Vt str
|
||||||
If inetd_enable is set to
|
If
|
||||||
|
.Va inetd_enable
|
||||||
|
is set to
|
||||||
.Dq YES ,
|
.Dq YES ,
|
||||||
these are the flags to pass to
|
these are the flags to pass to
|
||||||
.Xr inetd 8 .
|
.Xr inetd 8 .
|
||||||
@ -1405,8 +1414,8 @@ ps/2 PS/2 mouse
|
|||||||
mmhittab MM HitTablet (serial)
|
mmhittab MM HitTablet (serial)
|
||||||
x10mouseremote X10 MouseRemote (serial)
|
x10mouseremote X10 MouseRemote (serial)
|
||||||
versapad Interlink VersaPad (serial)
|
versapad Interlink VersaPad (serial)
|
||||||
|
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
Even if your mouse is not in the above list, it may be compatible
|
Even if your mouse is not in the above list, it may be compatible
|
||||||
with one in the list.
|
with one in the list.
|
||||||
Refer to the man page for
|
Refer to the man page for
|
||||||
|
Loading…
Reference in New Issue
Block a user