diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-15 14:31:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-15 14:31:21 +0000 |
commit | 0e856aa76e21bda83ba7ce860f2054e52afa2794 (patch) | |
tree | a731264ebaa1781b0ebea842b3a96787a90ab107 /lib/libc/stdlib | |
parent | 205e0a000b56bf187066e05e7b01634cbff95642 (diff) |
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
this is consistent.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getsubopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index a5f98e5d96b..8a17da4ea5a 100644 --- a/lib/libc/stdlib/getsubopt.3 +++ b/lib/libc/stdlib/getsubopt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsubopt.3,v 1.4 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: getsubopt.3,v 1.5 2000/12/15 14:31:17 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -93,7 +93,7 @@ The argument will be set to point to the value portion of the token, or .Dv NULL if no value portion was present. -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal -compact char *tokens[] = { #define ONE 0 |