summaryrefslogtreecommitdiffstats
path: root/man3/assert_perror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/assert_perror.3')
-rw-r--r--man3/assert_perror.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/assert_perror.3 b/man3/assert_perror.3
index 4cdd54c6c..ae0b84eb7 100644
--- a/man3/assert_perror.3
+++ b/man3/assert_perror.3
@@ -31,7 +31,7 @@ Otherwise, the macro
.BR assert_perror ()
prints an error message to standard error and terminates the program
by calling
-.BR abort (3)
+.MR abort 3
if
.I errnum
is nonzero.
@@ -42,7 +42,7 @@ line number of the macro call, and the output of
No value is returned.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -67,7 +67,7 @@ is defined,
but by proper error handling code.
Never use this macro.
.SH SEE ALSO
-.BR abort (3),
-.BR assert (3),
-.BR exit (3),
-.BR strerror (3)
+.MR abort 3 ,
+.MR assert 3 ,
+.MR exit 3 ,
+.MR strerror 3