summaryrefslogtreecommitdiffstats
path: root/man3/assert.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/assert.3')
-rw-r--r--man3/assert.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/assert.3 b/man3/assert.3
index daec8d92b..21f5fd7de 100644
--- a/man3/assert.3
+++ b/man3/assert.3
@@ -29,7 +29,7 @@ is false (i.e., compares equal to zero),
.BR assert ()
prints an error message to standard error
and terminates the program by calling
-.BR abort (3).
+.MR abort 3 .
The error message includes the name of the file and function containing the
.BR assert ()
call, the source code line number of the call, and the text of the argument;
@@ -58,7 +58,7 @@ may behave non-deterministically.
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
@@ -91,6 +91,6 @@ is defined.
This may create Heisenbugs which go away when debugging
is turned on.
.SH SEE ALSO
-.BR abort (3),
-.BR assert_perror (3),
-.BR exit (3)
+.MR abort 3 ,
+.MR assert_perror 3 ,
+.MR exit 3