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/getsubopt.3 | |
parent | 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (diff) | |
download | openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.gz openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.bz2 openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.zip |
typos;
Diffstat (limited to 'src/lib/libc/stdlib/getsubopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index 8a17da4ea5..e2d8641016 100644 --- a/src/lib/libc/stdlib/getsubopt.3 +++ b/src/lib/libc/stdlib/getsubopt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getsubopt.3,v 1.5 2000/12/15 14:31:17 aaron Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.6 2003/05/10 06:48:30 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -66,7 +66,7 @@ The | |||
66 | function returns the zero-based offset of the pointer in the | 66 | function returns the zero-based offset of the pointer in the |
67 | .Fa tokens | 67 | .Fa tokens |
68 | array referencing a string which matches the first token | 68 | array referencing a string which matches the first token |
69 | in the string, or, \-1 if the string contains no tokens or | 69 | in the string, or \-1 if the string contains no tokens or |
70 | .Fa tokens | 70 | .Fa tokens |
71 | does not contain a matching string. | 71 | does not contain a matching string. |
72 | .Pp | 72 | .Pp |