summaryrefslogtreecommitdiffstats
path: root/man3/stdarg.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/stdarg.3')
-rw-r--r--man3/stdarg.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/stdarg.3 b/man3/stdarg.3
index 4168487d0..dab8a5baf 100644
--- a/man3/stdarg.3
+++ b/man3/stdarg.3
@@ -203,7 +203,7 @@ have
instead, since that was the name used in the draft proposal.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -250,7 +250,7 @@ code, but it also creates difficulties for variadic functions that wish to
pass all of their arguments on to a function that takes a
.I va_list
argument, such as
-.BR vfprintf (3).
+.MR vfprintf 3 .
.SH EXAMPLES
The function
.I foo
@@ -292,6 +292,6 @@ foo(char *fmt, ...) /* \[aq]...\[aq] is C syntax for a variadic function */
}
.EE
.SH SEE ALSO
-.BR vprintf (3),
-.BR vscanf (3),
-.BR vsyslog (3)
+.MR vprintf 3 ,
+.MR vscanf 3 ,
+.MR vsyslog 3