summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/getopt
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
downloadsrc-test2-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz
src-test2-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/getopt.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 09680ff21ea1..3de5c77e5d84 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -109,7 +109,8 @@ has.
.Pp
Arguments containing white space or embedded shell metacharacters
generally will not survive intact; this looks easy to fix but
-isn't. People trying to fix
+isn't.
+People trying to fix
.Nm
or the example in this manpage should check the history of this file
in
@@ -129,6 +130,7 @@ command to set the arguments without disrupting the value(s) of
shell options varies from one shell version to another.
.Pp
Each shellscript has to carry complex code to parse arguments halfway
-correctly (like the example presented here). A better getopt-like tool
+correctly (like the example presented here).
+A better getopt-like tool
would move much of the complexity into the tool and keep the client
shell scripts simpler.