summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-05-14 16:25:17 +0000
committerjoel <joel@FreeBSD.org>2012-05-14 16:25:17 +0000
commitec1de9262db190b7356128f7e8fc6326910a02f3 (patch)
treecf7620704eb652796f3a355b416cb45270820325
parentf2a3e3a59495487d1cfe84e23aae790cd03852c4 (diff)
downloadFreeBSD-src-ec1de9262db190b7356128f7e8fc6326910a02f3.zip
FreeBSD-src-ec1de9262db190b7356128f7e8fc6326910a02f3.tar.gz
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.
-rw-r--r--share/man/man4/divert.42
-rw-r--r--share/man/man4/gre.46
-rw-r--r--share/man/man4/ipfirewall.47
-rw-r--r--share/man/man4/send.45
-rw-r--r--share/man/man4/siftr.413
5 files changed, 15 insertions, 18 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index d0e6785..d22275e 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -21,7 +21,7 @@ kernel configuration file:
.Ed
.Pp
Alternatively, to load
-.Ns Nm
+the driver
as a module at boot time, add the following lines into the
.Xr loader.conf 5
file:
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 827c93e..da33fd3 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -37,16 +37,14 @@
.Nd encapsulating network device
.Sh SYNOPSIS
To compile the
-.Ns Nm
-device into the kernel, place the following line in the kernel
+driver into the kernel, place the following line in the kernel
configuration file:
.Bd -ragged -offset indent
.Cd "device gre"
.Ed
.Pp
Alternatively, to load the
-.Ns Nm
-device as a module at boot time, place the following line in
+driver as a module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_gre_load="YES"
diff --git a/share/man/man4/ipfirewall.4 b/share/man/man4/ipfirewall.4
index e1c9a8a..f19d024 100644
--- a/share/man/man4/ipfirewall.4
+++ b/share/man/man4/ipfirewall.4
@@ -9,15 +9,14 @@
.Nd IP packet filter and traffic accounting
.Sh SYNOPSIS
To compile
-.Ns Nm
+the driver
into the kernel, place the following option in the kernel configuration
file:
.Bd -ragged -offset indent
.Cd "options IPFIREWALL"
.Ed
.Pp
-Other kernel options related to
-.Ns Nm
+Other related kernel options
which may also be useful are:
.Bd -ragged -offset indent
.Cd "options IPFIREWALL_DEFAULT_TO_ACCEPT"
@@ -27,7 +26,7 @@ which may also be useful are:
.Ed
.Pp
To load
-.Ns Nm
+the driver
as a module at boot time, add the following line into the
.Xr loader.conf 5
file:
diff --git a/share/man/man4/send.4 b/share/man/man4/send.4
index 9cfcd53..3f90eaf 100644
--- a/share/man/man4/send.4
+++ b/share/man/man4/send.4
@@ -38,10 +38,7 @@
.Ft int
.Fn socket PF_INET6 SOCK_RAW IPPROTO_SEND
.Pp
-To enable
-.Ns Nm
-support, load the kernel side SeND as a module.
-To load it at boot time, add the following line to
+To load the driver as a module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
send_load="YES"
diff --git a/share/man/man4/siftr.4 b/share/man/man4/siftr.4
index d0349ca..625c657 100644
--- a/share/man/man4/siftr.4
+++ b/share/man/man4/siftr.4
@@ -38,14 +38,14 @@
.Nd Statistical Information For TCP Research
.Sh SYNOPSIS
To load
-.Ns Nm
+the driver
as a module at run-time, run the following command as root:
.Bd -literal -offset indent
kldload siftr
.Ed
.Pp
Alternatively, to load
-.Ns Nm
+the driver
as a module at boot time, add the following line into the
.Xr loader.conf 5
file:
@@ -53,13 +53,16 @@ file:
siftr_load="YES"
.Ed
.Sh DESCRIPTION
+The
.Nm
-.Ns ( Em S Ns tatistical
+.Po
+.Em S Ns tatistical
.Em I Ns nformation
.Em F Ns or
.Em T Ns CP
-.Em R Ns esearch )
-is a kernel module that logs a range of statistics on active TCP connections to
+.Em R Ns esearch
+.Pc
+kernel module logs a range of statistics on active TCP connections to
a log file.
It provides the ability to make highly granular measurements of TCP connection
state, aimed at system administrators, developers and researchers.
OpenPOWER on IntegriCloud