summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /usr.bin/getopt
parent7558f6b4f393bba0bb7774274e201ae91731f960 (diff)
downloadsrc-test2-0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96.tar.gz
src-test2-0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96.zip
Notes
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 eafdce1bc45a..c57b19c6402c 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