diff options
author | ru <ru@FreeBSD.org> | 2000-11-17 11:44:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-17 11:44:16 +0000 |
commit | eb8c554f56d74fc1b61cf818ef6ad426a3464a9b (patch) | |
tree | 498d08af61275dfb567e0f1c83912aee9e3d5217 /lib/libc/stdlib | |
parent | dd1ebedcff39ca8f96beb0a0e42f0574f6e266d6 (diff) | |
download | FreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.zip FreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.tar.gz |
mdoc(7) police: use certified section headers wherever possible.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/getsubopt.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index ec504fe..1614924 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -172,7 +172,7 @@ function multiple times. This is an extension to the .St -p1003.2 specification. -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal -compact int bflag, ch, fd; diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3 index 550cfb3..1efd64e 100644 --- a/lib/libc/stdlib/getsubopt.3 +++ b/lib/libc/stdlib/getsubopt.3 @@ -95,7 +95,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 |