Module Name: src
Committed By: dholland
Date: Sun Jan 24 20:13:28 UTC 2010
Modified Files:
src/usr.bin/getopt: getopt.1
Log Message:
punctuation
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/getopt/getopt.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/getopt/getopt.1
diff -u src/usr.bin/getopt/getopt.1:1.18 src/usr.bin/getopt/getopt.1:1.19
--- src/usr.bin/getopt/getopt.1:1.18 Sat Nov 28 20:36:45 2009
+++ src/usr.bin/getopt/getopt.1 Sun Jan 24 20:13:28 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getopt.1,v 1.18 2009/11/28 20:36:45 dsl Exp $
+.\" $NetBSD: getopt.1,v 1.19 2010/01/24 20:13:28 dholland Exp $
.Dd November 28, 2009
.Dt GETOPT 1
.Os
@@ -36,7 +36,7 @@
each option argument is also in its own shell argument.
.Pp
.Nm
-should not be used in new scripts, use the shell builtin
+should not be used in new scripts; use the shell builtin
.Nm getopts
instead.
.Sh EXAMPLES