diff options
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 |