summaryrefslogtreecommitdiffstats
path: root/man3/err.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/err.3')
-rw-r--r--man3/err.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/err.3 b/man3/err.3
index 7df6d6cfe..75ef6b8a7 100644
--- a/man3/err.3
+++ b/man3/err.3
@@ -45,7 +45,7 @@ and a space are output.
If the
.I fmt
argument is not NULL, the
-.BR printf (3)-like
+.MR printf 3 -like
formatted error message is output.
The output is terminated by a newline character.
.P
@@ -56,7 +56,7 @@ The
and
.BR vwarn ()
functions append an error message obtained from
-.BR strerror (3)
+.MR strerror 3
based on the global variable
.IR errno ,
preceded by another colon and space unless the
@@ -80,7 +80,7 @@ functions do not return, but exit with the value of the argument
.IR eval .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -147,8 +147,8 @@ if (fd == \-1)
.EE
.in
.SH SEE ALSO
-.BR error (3),
-.BR exit (3),
-.BR perror (3),
-.BR printf (3),
-.BR strerror (3)
+.MR error 3 ,
+.MR exit 3 ,
+.MR perror 3 ,
+.MR printf 3 ,
+.MR strerror 3