summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaron <>2000-12-15 14:31:17 +0000
committeraaron <>2000-12-15 14:31:17 +0000
commit8a279aa5660c143515491173874ae817bc9419ec (patch)
tree1f64feaf6d7e0e7a8f4bade714593efa3169776d
parent891cc7cb8a6b51c9682509cda3b1a0a1fcd5ca7b (diff)
downloadopenbsd-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.34
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
93will be set to point to the value portion of the token, or 93will be set to point to the value portion of the token, or
94.Dv NULL 94.Dv NULL
95if no value portion was present. 95if no value portion was present.
96.Sh EXAMPLE 96.Sh EXAMPLES
97.Bd -literal -compact 97.Bd -literal -compact
98char *tokens[] = { 98char *tokens[] = {
99 #define ONE 0 99 #define ONE 0