diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index 6cb4975ced..d0308e2d50 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.9 2005/02/25 03:12:44 cloder Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.10 2005/07/26 04:20:23 jaredy 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. |
@@ -44,7 +44,7 @@ | |||
44 | The | 44 | The |
45 | .Fn getsubopt | 45 | .Fn getsubopt |
46 | function parses a string containing tokens delimited by one or more | 46 | function parses a string containing tokens delimited by one or more |
47 | tab, space or comma | 47 | tab, space, or comma |
48 | .Pq Ql \&, | 48 | .Pq Ql \&, |
49 | characters. | 49 | characters. |
50 | It is intended for use in parsing groups of option arguments provided | 50 | It is intended for use in parsing groups of option arguments provided |
@@ -90,7 +90,7 @@ will be set to point to the value portion of the token, or | |||
90 | .Dv NULL | 90 | .Dv NULL |
91 | if no value portion was present. | 91 | if no value portion was present. |
92 | .Sh EXAMPLES | 92 | .Sh EXAMPLES |
93 | .Bd -literal -compact | 93 | .Bd -literal |
94 | char *tokens[] = { | 94 | char *tokens[] = { |
95 | #define ONE 0 | 95 | #define ONE 0 |
96 | "one", | 96 | "one", |