diff options
author | 2005-07-26 04:20:23 +0000 | |
---|---|---|
committer | 2005-07-26 04:20:23 +0000 | |
commit | 3f82fb3da07e31346647d4969604ae37e63dc8be (patch) | |
tree | 7b8b068ff9016c4e63493d1e85c05d88cecd9504 /lib/libc/stdlib/getsubopt.3 | |
parent | - typos, grammar, punctuation, layout tweaks (diff) | |
download | wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.tar.xz wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to 'lib/libc/stdlib/getsubopt.3')
-rw-r--r-- | lib/libc/stdlib/getsubopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index 6cb4975ced1..d0308e2d509 100644 --- a/lib/libc/stdlib/getsubopt.3 +++ b/lib/libc/stdlib/getsubopt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsubopt.3,v 1.9 2005/02/25 03:12:44 cloder Exp $ +.\" $OpenBSD: getsubopt.3,v 1.10 2005/07/26 04:20:23 jaredy Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ The .Fn getsubopt function parses a string containing tokens delimited by one or more -tab, space or comma +tab, space, or comma .Pq Ql \&, characters. 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 .Dv NULL if no value portion was present. .Sh EXAMPLES -.Bd -literal -compact +.Bd -literal char *tokens[] = { #define ONE 0 "one", |