summaryrefslogtreecommitdiffstats
path: root/man3/sysv_signal.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sysv_signal.3')
-rw-r--r--man3/sysv_signal.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/sysv_signal.3 b/man3/sysv_signal.3
index d942ad751..77f2bc07b 100644
--- a/man3/sysv_signal.3
+++ b/man3/sysv_signal.3
@@ -22,7 +22,7 @@ Standard C library
The
.BR sysv_signal ()
function takes the same arguments, and performs the same task, as
-.BR signal (2).
+.MR signal 2 .
.P
However
.BR sysv_signal ()
@@ -41,10 +41,10 @@ function returns the previous value of the signal handler, or
on error.
.SH ERRORS
As for
-.BR signal (2).
+.MR signal 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -60,18 +60,18 @@ T} Thread safety MT-Safe
Use of
.BR sysv_signal ()
should be avoided; use
-.BR sigaction (2)
+.MR sigaction 2
instead.
.P
On older Linux systems,
.BR sysv_signal ()
and
-.BR signal (2)
+.MR signal 2
were equivalent.
But on newer systems,
-.BR signal (2)
+.MR signal 2
provides reliable signal semantics; see
-.BR signal (2)
+.MR signal 2
for details.
.P
The use of
@@ -84,7 +84,7 @@ feature test macro is defined.
.SH STANDARDS
None.
.SH SEE ALSO
-.BR sigaction (2),
-.BR signal (2),
-.BR bsd_signal (3),
-.BR signal (7)
+.MR sigaction 2 ,
+.MR signal 2 ,
+.MR bsd_signal 3 ,
+.MR signal 7