summaryrefslogtreecommitdiffstats
path: root/man3/raise.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/raise.3')
-rw-r--r--man3/raise.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/raise.3 b/man3/raise.3
index b412e52bd..382dbdd5b 100644
--- a/man3/raise.3
+++ b/man3/raise.3
@@ -47,7 +47,7 @@ will return only after the signal handler has returned.
returns 0 on success, and nonzero for failure.
.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,17 +67,17 @@ POSIX.1-2001, C89.
Since glibc 2.3.3,
.BR raise ()
is implemented by calling
-.BR tgkill (2),
+.MR tgkill 2 ,
.\" 2.3.2 used the obsolete tkill(), if available.
if the kernel supports that system call.
Older glibc versions implemented
.BR raise ()
using
-.BR kill (2).
+.MR kill 2 .
.SH SEE ALSO
-.BR getpid (2),
-.BR kill (2),
-.BR sigaction (2),
-.BR signal (2),
-.BR pthread_kill (3),
-.BR signal (7)
+.MR getpid 2 ,
+.MR kill 2 ,
+.MR sigaction 2 ,
+.MR signal 2 ,
+.MR pthread_kill 3 ,
+.MR signal 7