aboutsummaryrefslogtreecommitdiffstats
path: root/man3head
diff options
context:
space:
mode:
Diffstat (limited to 'man3head')
-rw-r--r--man3head/printf.h.3head6
-rw-r--r--man3head/sysexits.h.3head6
2 files changed, 6 insertions, 6 deletions
diff --git a/man3head/printf.h.3head b/man3head/printf.h.3head
index 8f1aa6a37e..e432d3cb9a 100644
--- a/man3head/printf.h.3head
+++ b/man3head/printf.h.3head
@@ -221,7 +221,9 @@ On error, it should return \-1.
.TP
.B EINVAL
The specifier was not a valid character.
-.SH VERSIONS
+.SH STANDARDS
+GNU.
+.SH HISTORY
.BR \%register_printf_function (3)
is an older function similar to
.BR \%register_printf_specifier (),
@@ -231,8 +233,6 @@ That function can't handle user-defined types.
.BR \%register_printf_specifier ()
superseeds
.BR \%register_printf_function (3).
-.SH STANDARDS
-These nonstandard functions are present in glibc.
.SH EXAMPLES
The following example program registers the 'b' and 'B' specifiers
to print integers in binary format,
diff --git a/man3head/sysexits.h.3head b/man3head/sysexits.h.3head
index 33e23b9105..4014b80284 100644
--- a/man3head/sysexits.h.3head
+++ b/man3head/sysexits.h.3head
@@ -185,14 +185,14 @@ Something was found in an unconfigured or misconfigured state.
The numerical values corresponding to the symbolical ones
are given in parenthesis for easy reference.
.SH STANDARDS
-Not in POSIX.1.
-Present on the BSDs.
+BSD.
+.SH HISTORY
The
.I <sysexits.h>
file appeared in 4.0BSD for use by the deliverymail utility,
later renamed to
.BR sendmail (8).
-.SH BUGS
+.SH CAVEATS
The choice of an appropriate exit value is often ambiguous.
.SH SEE ALSO
.BR err (3),