summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 02:15:31 +0000
commiteebf512f9ccf68c32dd3357d8b220432728968c3 (patch)
tree6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /usr.bin/getopt
parent1b52790c858f028bdd5d92656f0aecc3b609deef (diff)
Mostly punctuation fixes.
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/getopt.15
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index ca3f9c373f2..21c6863263e 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt.1,v 1.6 2000/03/07 21:11:09 aaron Exp $ -*- nroff -*-
+.\" $OpenBSD: getopt.1,v 1.7 2000/04/15 02:15:11 aaron Exp $ -*- nroff -*-
.Dd June 21, 1993
.Dt GETOPT 1
.Os
@@ -13,8 +13,7 @@ is used to break up options in command lines for easy parsing by
shell procedures, and to check for legal options.
.Op optstring
is a string of recognized option letters (see
-.Xr getopt 3
-);
+.Xr getopt 3 ) ;
if a letter is followed by a colon, the option
is expected to have an argument which may or may not be
separated from it by whitespace.