summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getsubopt.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/getsubopt.36
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 @@
44The 44The
45.Fn getsubopt 45.Fn getsubopt
46function parses a string containing tokens delimited by one or more 46function parses a string containing tokens delimited by one or more
47tab, space or comma 47tab, space, or comma
48.Pq Ql \&, 48.Pq Ql \&,
49characters. 49characters.
50It is intended for use in parsing groups of option arguments provided 50It 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
91if no value portion was present. 91if no value portion was present.
92.Sh EXAMPLES 92.Sh EXAMPLES
93.Bd -literal -compact 93.Bd -literal
94char *tokens[] = { 94char *tokens[] = {
95 #define ONE 0 95 #define ONE 0
96 "one", 96 "one",