summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/chat/chat.81
-rw-r--r--usr.bin/cksum/cksum.11
-rw-r--r--usr.bin/colldef/colldef.12
-rw-r--r--usr.bin/csup/cpasswd.11
-rw-r--r--usr.bin/gencat/gencat.11
-rw-r--r--usr.bin/getopt/getopt.12
-rw-r--r--usr.bin/nl/nl.11
-rw-r--r--usr.bin/vmstat/vmstat.81
8 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8
index ecc733d..ed908b9 100644
--- a/usr.bin/chat/chat.8
+++ b/usr.bin/chat/chat.8
@@ -392,7 +392,6 @@ ABORT "NO CARRIER"
ogin:--BREAK--ogin: real_account
.br
\fIetc ...\fR
-.LP
.SH TIMEOUT
The initial timeout value is 45 seconds.
This may be changed using the \fB-t\fR
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1
index d4a0ee7..3ababd6 100644
--- a/usr.bin/cksum/cksum.1
+++ b/usr.bin/cksum/cksum.1
@@ -122,7 +122,6 @@ in the networking standard
The
.Tn CRC
checksum encoding is defined by the generating polynomial:
-.Pp
.Bd -unfilled -offset indent
G(x) = x^32 + x^26 + x^23 + x^22 + x^16 + x^12 +
x^11 + x^10 + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1
index fafa74d..b541cd9 100644
--- a/usr.bin/colldef/colldef.1
+++ b/usr.bin/colldef/colldef.1
@@ -128,7 +128,6 @@ SPACE characters.
Symbol-value can be specified in
a hexadecimal (\ex\fI??\fR) or octal (\e\fI???\fR)
representation, and can be only one character in length.
-.Pp
.Bd -literal -offset indent
symbol-name1 symbol-value1
symbol-name2 symbol-value2
@@ -142,7 +141,6 @@ fields.
The
.Ar charmap
statement is optional.
-.Pp
.Bd -literal -offset indent
substitute "symbol" with "repl_string"
.Ed
diff --git a/usr.bin/csup/cpasswd.1 b/usr.bin/csup/cpasswd.1
index e0b6e3f..2563251 100644
--- a/usr.bin/csup/cpasswd.1
+++ b/usr.bin/csup/cpasswd.1
@@ -102,7 +102,6 @@ Authentication password file.
.Xr csup 1 ,
.Xr cvsup 1 ,
.Xr cvsupd 8 .
-.Pp
.Bd -literal
http://www.cvsup.org/
.Ed
diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1
index eed6764..59f614d 100644
--- a/usr.bin/gencat/gencat.1
+++ b/usr.bin/gencat/gencat.1
@@ -60,7 +60,6 @@ Note that
the fields of a message text source line are separated by a single space
character: any other space characters are considered to be part of the
field contents.
-.Pp
.Bl -tag -width 3n
.It Li $set Ar n comment
This line specifies the set identifier of the following messages until
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index eafdce1..c57b19c 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -50,7 +50,6 @@ and
and the option
.Fl o ,
which requires an argument.
-.Pp
.Bd -literal -offset indent
args=\`getopt abo: $*\`
# you should not use \`getopt abo: "$@"\` since that would parse
@@ -83,7 +82,6 @@ echo oarg is "'"$oarg"'"
.Ed
.Pp
This code will accept any of the following as equivalent:
-.Pp
.Bd -literal -offset indent
cmd \-aoarg file file
cmd \-a \-o arg file file
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1
index 064971a..554e18d 100644
--- a/usr.bin/nl/nl.1
+++ b/usr.bin/nl/nl.1
@@ -90,7 +90,6 @@ independently available for header, body and footer sections.
.Pp
The starts of logical page sections are signalled by input lines containing
nothing but one of the following sequences of delimiter characters:
-.Pp
.Bl -column "\e:\e:\e:" "Start of" -offset indent
.Em "Line Start of"
.It "\e:\e:\e: header"
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 81a5906..c1235ef 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -221,7 +221,6 @@ by zone.
By default,
.Nm
displays the following information:
-.Pp
.Bl -tag -width indent
.It procs
Information about the numbers of processes in various states.
OpenPOWER on IntegriCloud