summaryrefslogtreecommitdiffstats
path: root/man3type/va_list.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/va_list.3type')
-rw-r--r--man3type/va_list.3type16
1 files changed, 8 insertions, 8 deletions
diff --git a/man3type/va_list.3type b/man3type/va_list.3type
index 800f80b43..5a2809edf 100644
--- a/man3type/va_list.3type
+++ b/man3type/va_list.3type
@@ -21,11 +21,11 @@ Used by functions with a varying number of arguments of varying types.
The function must declare an object of type
.I va_list
which is used by the macros
-.BR va_start (3),
-.BR va_arg (3),
-.BR va_copy (3),
+.MR va_start 3 ,
+.MR va_arg 3 ,
+.MR va_copy 3 ,
and
-.BR va_end (3)
+.MR va_end 3
to traverse the list of arguments.
.SH STANDARDS
C11, POSIX.1-2008.
@@ -38,7 +38,7 @@ The following headers also provide
and
.IR <wchar.h> .
.SH SEE ALSO
-.BR va_start (3),
-.BR va_arg (3),
-.BR va_copy (3),
-.BR va_end (3)
+.MR va_start 3 ,
+.MR va_arg 3 ,
+.MR va_copy 3 ,
+.MR va_end 3