summaryrefslogtreecommitdiffstats
path: root/lib/libstand
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 /lib/libstand
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 'lib/libstand')
-rw-r--r--lib/libstand/libstand.34
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index d1c544c..2938e2d 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -270,7 +270,6 @@ The
.Li b
conversion is provided to decode error registers.
Its usage is:
-.Pp
.Bd -ragged -offset indent
printf(
.Qq reg=%b\en ,
@@ -285,7 +284,6 @@ Each <arg> is a sequence of characters, the first of
which gives the bit number to be inspected (origin 1) and the next characters
(up to a character less than 32) give the text to be displayed if the bit is set.
Thus
-.Pp
.Bd -ragged -offset indent
printf(
.Qq reg=%b\en ,
@@ -295,7 +293,6 @@ printf(
.Ed
.Pp
would give the output
-.Pp
.Bd -ragged -offset indent
reg=3<BITTWO,BITONE>
.Ed
@@ -303,7 +300,6 @@ reg=3<BITTWO,BITONE>
The
.Li D
conversion provides a hexdump facility, e.g.
-.Pp
.Bd -ragged -offset indent
printf(
.Qq %6D ,
OpenPOWER on IntegriCloud