summaryrefslogtreecommitdiffstats
path: root/man3/abort.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/abort.3')
-rw-r--r--man3/abort.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/abort.3 b/man3/abort.3
index e83077e7e..b7853b3fd 100644
--- a/man3/abort.3
+++ b/man3/abort.3
@@ -31,13 +31,13 @@ function first unblocks the
.B SIGABRT
signal, and then raises that signal for the calling process
(as though
-.BR raise (3)
+.MR raise 3
was called).
This results in the abnormal termination of the process unless the
.B SIGABRT
signal is caught and the signal handler does not return
(see
-.BR longjmp (3)).
+.MR longjmp 3 ).
.P
If the
.B SIGABRT
@@ -49,9 +49,9 @@ It does this by restoring the default disposition for
and then raising the signal for a second time.
.P
As with other cases of abnormal termination the functions registered with
-.BR atexit (3)
+.MR atexit 3
and
-.BR on_exit (3)
+.MR on_exit 3
are not called.
.SH RETURN VALUE
The
@@ -59,7 +59,7 @@ The
function never returns.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -81,7 +81,7 @@ if the
.BR abort ()
function caused process termination,
all open streams were closed and flushed (as with
-.BR fclose (3)).
+.MR fclose 3 ).
However, in some cases this could result in deadlocks and data corruption.
Therefore, starting with glibc 2.27,
.\" glibc commit 91e7cf982d0104f0e71770f5ae8e3faf352dea9f
@@ -91,9 +91,9 @@ POSIX.1 permits either possible behavior, saying that
.BR abort ()
"may include an attempt to effect fclose() on all open streams".
.SH SEE ALSO
-.BR gdb (1),
-.BR sigaction (2),
-.BR assert (3),
-.BR exit (3),
-.BR longjmp (3),
-.BR raise (3)
+.MR gdb 1 ,
+.MR sigaction 2 ,
+.MR assert 3 ,
+.MR exit 3 ,
+.MR longjmp 3 ,
+.MR raise 3