mdoc: Avoid playing tricks with Ns: If Nm is present in the SYNOPSIS section,

it will be output on its own line. Ns cancels this effect however. This change
is also consistent with the rest of our manual pages.
This commit is contained in:
Joel Dahl 2012-05-14 16:25:17 +00:00
parent e907445846
commit 7646a84161
5 changed files with 15 additions and 18 deletions

View File

@ -21,7 +21,7 @@ kernel configuration file:
.Ed .Ed
.Pp .Pp
Alternatively, to load Alternatively, to load
.Ns Nm the driver
as a module at boot time, add the following lines into the as a module at boot time, add the following lines into the
.Xr loader.conf 5 .Xr loader.conf 5
file: file:

View File

@ -37,16 +37,14 @@
.Nd encapsulating network device .Nd encapsulating network device
.Sh SYNOPSIS .Sh SYNOPSIS
To compile the To compile the
.Ns Nm driver into the kernel, place the following line in the kernel
device into the kernel, place the following line in the kernel
configuration file: configuration file:
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Cd "device gre" .Cd "device gre"
.Ed .Ed
.Pp .Pp
Alternatively, to load the Alternatively, to load the
.Ns Nm driver as a module at boot time, place the following line in
device as a module at boot time, place the following line in
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
if_gre_load="YES" if_gre_load="YES"

View File

@ -9,15 +9,14 @@
.Nd IP packet filter and traffic accounting .Nd IP packet filter and traffic accounting
.Sh SYNOPSIS .Sh SYNOPSIS
To compile To compile
.Ns Nm the driver
into the kernel, place the following option in the kernel configuration into the kernel, place the following option in the kernel configuration
file: file:
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Cd "options IPFIREWALL" .Cd "options IPFIREWALL"
.Ed .Ed
.Pp .Pp
Other kernel options related to Other related kernel options
.Ns Nm
which may also be useful are: which may also be useful are:
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Cd "options IPFIREWALL_DEFAULT_TO_ACCEPT" .Cd "options IPFIREWALL_DEFAULT_TO_ACCEPT"
@ -27,7 +26,7 @@ which may also be useful are:
.Ed .Ed
.Pp .Pp
To load To load
.Ns Nm the driver
as a module at boot time, add the following line into the as a module at boot time, add the following line into the
.Xr loader.conf 5 .Xr loader.conf 5
file: file:

View File

@ -38,10 +38,7 @@
.Ft int .Ft int
.Fn socket PF_INET6 SOCK_RAW IPPROTO_SEND .Fn socket PF_INET6 SOCK_RAW IPPROTO_SEND
.Pp .Pp
To enable To load the driver as a module at boot time, place the following line in
.Ns Nm
support, load the kernel side SeND as a module.
To load it at boot time, add the following line to
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
send_load="YES" send_load="YES"

View File

@ -38,14 +38,14 @@
.Nd Statistical Information For TCP Research .Nd Statistical Information For TCP Research
.Sh SYNOPSIS .Sh SYNOPSIS
To load To load
.Ns Nm the driver
as a module at run-time, run the following command as root: as a module at run-time, run the following command as root:
.Bd -literal -offset indent .Bd -literal -offset indent
kldload siftr kldload siftr
.Ed .Ed
.Pp .Pp
Alternatively, to load Alternatively, to load
.Ns Nm the driver
as a module at boot time, add the following line into the as a module at boot time, add the following line into the
.Xr loader.conf 5 .Xr loader.conf 5
file: file:
@ -53,13 +53,16 @@ file:
siftr_load="YES" siftr_load="YES"
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The
.Nm .Nm
.Ns ( Em S Ns tatistical .Po
.Em S Ns tatistical
.Em I Ns nformation .Em I Ns nformation
.Em F Ns or .Em F Ns or
.Em T Ns CP .Em T Ns CP
.Em R Ns esearch ) .Em R Ns esearch
is a kernel module that logs a range of statistics on active TCP connections to .Pc
kernel module logs a range of statistics on active TCP connections to
a log file. a log file.
It provides the ability to make highly granular measurements of TCP connection It provides the ability to make highly granular measurements of TCP connection
state, aimed at system administrators, developers and researchers. state, aimed at system administrators, developers and researchers.