diff options
author | jmc <> | 2003-05-10 06:48:30 +0000 |
---|---|---|
committer | jmc <> | 2003-05-10 06:48:30 +0000 |
commit | a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c (patch) | |
tree | 22b80bac9235d6cfd7ecd40565621a27f24d5d70 /src/lib/libc/stdlib/getopt.3 | |
parent | 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (diff) | |
download | openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.gz openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.bz2 openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.zip |
typos;
Diffstat (limited to 'src/lib/libc/stdlib/getopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index e16a11dfee..d25b497035 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: getopt.3,v 1.21 2003/04/10 17:05:08 jsyn Exp $ | 32 | .\" $OpenBSD: getopt.3,v 1.22 2003/05/10 06:48:30 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd December 8, 2002 | 34 | .Dd December 8, 2002 |
35 | .Dt GETOPT 3 | 35 | .Dt GETOPT 3 |
@@ -244,7 +244,7 @@ as an option flag. | |||
244 | This practice is wrong, and should not be used in any current development. | 244 | This practice is wrong, and should not be used in any current development. |
245 | It is provided for backward compatibility | 245 | It is provided for backward compatibility |
246 | .Em only . | 246 | .Em only . |
247 | Care should be taken to not to use | 247 | Care should be taken not to use |
248 | .Ql - | 248 | .Ql - |
249 | as the first character in | 249 | as the first character in |
250 | .Fa optstring | 250 | .Fa optstring |