summaryrefslogtreecommitdiffstats
path: root/usr.bin/getopt
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/getopt
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/getopt')
-rw-r--r--usr.bin/getopt/getopt.12
1 files changed, 0 insertions, 2 deletions
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
OpenPOWER on IntegriCloud