diff options
author | aaron <> | 2000-12-15 14:31:17 +0000 |
---|---|---|
committer | aaron <> | 2000-12-15 14:31:17 +0000 |
commit | 8a279aa5660c143515491173874ae817bc9419ec (patch) | |
tree | 1f64feaf6d7e0e7a8f4bade714593efa3169776d | |
parent | 891cc7cb8a6b51c9682509cda3b1a0a1fcd5ca7b (diff) | |
download | openbsd-8a279aa5660c143515491173874ae817bc9419ec.tar.gz openbsd-8a279aa5660c143515491173874ae817bc9419ec.tar.bz2 openbsd-8a279aa5660c143515491173874ae817bc9419ec.zip |
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
this is consistent.
-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 a5f98e5d96..8a17da4ea5 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.4 2000/04/20 13:50:02 aaron Exp $ | 1 | .\" $OpenBSD: getsubopt.3,v 1.5 2000/12/15 14:31:17 aaron 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. |
@@ -93,7 +93,7 @@ The argument | |||
93 | will be set to point to the value portion of the token, or | 93 | will be set to point to the value portion of the token, or |
94 | .Dv NULL | 94 | .Dv NULL |
95 | if no value portion was present. | 95 | if no value portion was present. |
96 | .Sh EXAMPLE | 96 | .Sh EXAMPLES |
97 | .Bd -literal -compact | 97 | .Bd -literal -compact |
98 | char *tokens[] = { | 98 | char *tokens[] = { |
99 | #define ONE 0 | 99 | #define ONE 0 |