summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committeruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /share/man/man9
parentf987d108ff49e7a674821ea62a05be912a3e1c04 (diff)
downloadFreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip
FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/DB_COMMAND.92
-rw-r--r--share/man/man9/MD5.91
-rw-r--r--share/man/man9/VOP_READDIR.91
-rw-r--r--share/man/man9/fail.91
-rw-r--r--share/man/man9/ieee80211_ddb.91
-rw-r--r--share/man/man9/ieee80211_radiotap.92
-rw-r--r--share/man/man9/mbuf.91
-rw-r--r--share/man/man9/style.91
-rw-r--r--share/man/man9/timeout.92
-rw-r--r--share/man/man9/uio.91
10 files changed, 0 insertions, 13 deletions
diff --git a/share/man/man9/DB_COMMAND.9 b/share/man/man9/DB_COMMAND.9
index 687a7e4..44fe32b 100644
--- a/share/man/man9/DB_COMMAND.9
+++ b/share/man/man9/DB_COMMAND.9
@@ -88,7 +88,6 @@ command will display words in decimal form if it is passed the modifier "d".
.El
.Sh EXAMPLE
In your module, the command is declared as:
-.Pp
.Bd -literal
DB_COMMAND(mycmd, my_cmd_func)
{
@@ -98,7 +97,6 @@ DB_COMMAND(mycmd, my_cmd_func)
.Ed
.Pp
Then, when in ddb:
-.Pp
.Bd -literal
.Bf Sy
db> mycmd 0x1000
diff --git a/share/man/man9/MD5.9 b/share/man/man9/MD5.9
index d51a9fc..b2d257f 100644
--- a/share/man/man9/MD5.9
+++ b/share/man/man9/MD5.9
@@ -51,7 +51,6 @@ The
module implements the RSA Data Security, Inc.\& MD5 Message-Digest Algorithm
(MD5).
It produces 128-bit MD5 Digest of data.
-.Pp
.Bl -hang -width MD5Transformxxx
.It Pa MD5Init
must be called just before
diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9
index 057600e..625f3c7 100644
--- a/share/man/man9/VOP_READDIR.9
+++ b/share/man/man9/VOP_READDIR.9
@@ -89,7 +89,6 @@ The value of
the cookie should be the offset within the directory where the on-disc
version of the appropriate directory entry starts.
Memory for the cookies should be allocated using:
-.Pp
.Bd -literal
...;
*ncookies = number of entries read;
diff --git a/share/man/man9/fail.9 b/share/man/man9/fail.9
index 8d1e593..e367eff 100644
--- a/share/man/man9/fail.9
+++ b/share/man/man9/fail.9
@@ -108,7 +108,6 @@ tree (referenced in code by
.Sy DEBUG_FP ) .
.Pp
The sysctl variable may be set using the following grammar:
-.Pp
.Bd -literal
<fail_point> ::
<term> ( "->" <term> )*
diff --git a/share/man/man9/ieee80211_ddb.9 b/share/man/man9/ieee80211_ddb.9
index 93bee7e..8deaee73 100644
--- a/share/man/man9/ieee80211_ddb.9
+++ b/share/man/man9/ieee80211_ddb.9
@@ -35,7 +35,6 @@
.Bd -ragged
.Cd options DDB
.Ed
-.Pp
.Bd -ragged
.Cd show vap [addr]
.Cd show all vaps
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9
index f9f6250..8d44a47 100644
--- a/share/man/man9/ieee80211_radiotap.9
+++ b/share/man/man9/ieee80211_radiotap.9
@@ -104,7 +104,6 @@ this is checked with one of
and
.Fn ieee80211_radiotap_active .
In the transmit path capture work looks like this:
-.Pp
.Bd -literal -offset indent
if (ieee80211_radiotap_active_vap(vap)) {
... /* record transmit state */
@@ -115,7 +114,6 @@ if (ieee80211_radiotap_active_vap(vap)) {
While in the receive path capture is handled in
.Nm net80211
but state must be captured before dispatching a frame:
-.Pp
.Bd -literal -offset indent
if (ieee80211_radiotap_active(ic)) {
... /* record receive state */
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 8b8d080..2cc15c2 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -171,7 +171,6 @@ is a constant defined in
The
.Vt mbuf
header includes:
-.Pp
.Bl -tag -width "m_nextpkt" -offset indent
.It Va m_next
.Pq Vt struct mbuf *
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index c3382d7..a033f7c 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -679,7 +679,6 @@ might not be in scope.)
Test pointers against
.Dv NULL ,
e.g., use:
-.Pp
.Bd -literal
(p = f()) == NULL
.Ed
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 971c8e7..36731c8 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -50,7 +50,6 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/systm.h
-.Pp
.Bd -literal
typedef void timeout_t (void *);
.Ed
@@ -58,7 +57,6 @@ typedef void timeout_t (void *);
.Fn timeout "timeout_t *func" "void *arg" "int ticks"
.Ft void
.Fn callout_handle_init "struct callout_handle *handle"
-.Pp
.Bd -literal
struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle)
.Ed
diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9
index 2e79f9c..fb27c9c 100644
--- a/share/man/man9/uio.9
+++ b/share/man/man9/uio.9
@@ -35,7 +35,6 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/uio.h
-.Pp
.Bd -literal
struct uio {
struct iovec *uio_iov; /* scatter/gather list */
OpenPOWER on IntegriCloud