summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/getopt
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
downloadsrc-test2-557b7fa1488f8937156051e061ac3512330bcb7e.tar.gz
src-test2-557b7fa1488f8937156051e061ac3512330bcb7e.zip
Deal with double whitespace.
Notes
Notes: svn path=/head/; revision=131507
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/getopt.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 3de5c77e5d84..b57cc294c03a 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -108,7 +108,7 @@ Whatever
has.
.Pp
Arguments containing white space or embedded shell metacharacters
-generally will not survive intact; this looks easy to fix but
+generally will not survive intact; this looks easy to fix but
isn't.
People trying to fix
.Nm