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 /share/man/man3/bitstring.3 | |
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 'share/man/man3/bitstring.3')
-rw-r--r-- | share/man/man3/bitstring.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index e05a193..04f7025 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -155,7 +155,7 @@ is set to \-1. .Pp The arguments to these macros are evaluated only once and may safely have side effects. -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal -offset indent #include <limits.h> #include <bitstring.h> |