From 0993603ee0245d7e75a4e81323fcf866fe6ec20a Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 15 Dec 2000 14:31:17 +0000 Subject: [PATCH] .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least this is consistent. --- src/lib/libc/stdlib/getsubopt.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3 index a5f98e5d..8a17da4e 100644 --- a/src/lib/libc/stdlib/getsubopt.3 +++ b/src/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