summaryrefslogtreecommitdiffstats
path: root/man3head/printf.h.3head
diff options
context:
space:
mode:
Diffstat (limited to 'man3head/printf.h.3head')
-rw-r--r--man3head/printf.h.3head22
1 files changed, 11 insertions, 11 deletions
diff --git a/man3head/printf.h.3head b/man3head/printf.h.3head
index a5c7d1c05..89e8b610d 100644
--- a/man3head/printf.h.3head
+++ b/man3head/printf.h.3head
@@ -82,11 +82,11 @@ Standard C library
.EE
.SH DESCRIPTION
These functions serve to extend and/or modify the behavior of the
-.BR printf (3)
+.MR printf 3
family of functions.
.SS register_printf_specifier()
This function registers a custom conversion specifier for the
-.BR printf (3)
+.MR printf 3
family of functions.
.TP
.I spec
@@ -94,7 +94,7 @@ The character which will be used as a conversion specifier in the format string.
.TP
.I func
Callback function that will be executed by the
-.BR printf (3)
+.MR printf 3
family of functions
to format the input arguments into the output
.IR stream .
@@ -113,13 +113,13 @@ This holds the same contents as in
.TP
.I args
Array of pointers to the arguments to the
-.BR printf (3)\c
+.MR printf 3 \c
-like function.
.RE
.TP
.I arginfo
Callback function that will be executed by the
-.BR printf (3)
+.MR printf 3
family of functions
to know how many arguments should be parsed for the custom specifier
and also their types.
@@ -139,7 +139,7 @@ This array should be set to
define the type of each of the arguments that will be parsed.
Each element in the array represents one of the arguments to be parsed,
in the same order that they are passed to the
-.BR printf (3)\c
+.MR printf 3 \c
-like function.
Each element should be set to a base type
.RB ( PA_ *)
@@ -224,7 +224,7 @@ The specifier was not a valid character.
.SH STANDARDS
GNU.
.SH HISTORY
-.BR \%register_printf_function (3)
+.MR register_printf_function 3
is an older function similar to
.BR \%register_printf_specifier (),
and is now deprecated.
@@ -232,7 +232,7 @@ That function can't handle user-defined types.
.P
.BR \%register_printf_specifier ()
superseeds
-.BR \%register_printf_function (3).
+.MR register_printf_function 3 .
.SH EXAMPLES
The following example program registers the 'b' and 'B' specifiers
to print integers in binary format,
@@ -577,6 +577,6 @@ pad_spaces(FILE *stream, size_t pad_len)
.EE
.\" SRC END
.SH SEE ALSO
-.BR asprintf (3),
-.BR printf (3),
-.BR wprintf (3)
+.MR asprintf 3 ,
+.MR printf 3 ,
+.MR wprintf 3