diff options
author | 2000-12-15 14:31:17 +0000 | |
---|---|---|
committer | 2000-12-15 14:31:17 +0000 | |
commit | 00b2ba7137e6a61fb0e360cbe3fac25cc09f61e5 (patch) | |
tree | 3bd8313628e0030752b65e5ad347e442060aff18 /lib/libc | |
parent | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it (diff) | |
download | wireguard-openbsd-00b2ba7137e6a61fb0e360cbe3fac25cc09f61e5.tar.xz wireguard-openbsd-00b2ba7137e6a61fb0e360cbe3fac25cc09f61e5.zip |
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
this is consistent.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/glob.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/getsubopt.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 450a1f9dfc1..c1cc86d9727 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.17 2000/04/18 02:31:32 aaron Exp $ +.\" $OpenBSD: sigvec.3,v 1.18 2000/12/15 14:31:19 aaron Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -308,7 +308,7 @@ An attempt is made to ignore or supply a handler for or .Dv SIGSTOP . .El -.Sh EXAMPLE +.Sh EXAMPLES For an example of signal handler declarations, see .Xr sigaction 2 . .Sh SEE ALSO diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index e7a09744442..138e310f518 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.14 2000/04/15 02:15:22 aaron Exp $ +.\" $OpenBSD: glob.3,v 1.15 2000/12/15 14:31:19 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -393,7 +393,7 @@ The arguments and .Fa pglob\->gl_pathv are still set as specified above. -.Sh EXAMPLE +.Sh EXAMPLES A rough equivalent of .Ql "ls -l *.c *.h" can be obtained with the 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 diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index b55a4c4dd87..fe54cb11de3 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.24 2000/10/18 05:12:12 aaron Exp $ +.\" $OpenBSD: sigaction.2,v 1.25 2000/12/15 14:31:19 aaron Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -463,7 +463,7 @@ A 0 value indicates that the call succeeded. A \-1 return value indicates an error occurred and .Va errno is set to indicate the reason. -.Sh EXAMPLE +.Sh EXAMPLES The handler routine can be declared: .Bd -literal -offset indent void |