aboutsummaryrefslogtreecommitdiffstats
path: root/man3head/printf.h.3head
diff options
context:
space:
mode:
Diffstat (limited to 'man3head/printf.h.3head')
-rw-r--r--man3head/printf.h.3head6
1 files changed, 3 insertions, 3 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,