summaryrefslogtreecommitdiffstats
path: root/man3/psignal.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/psignal.3')
-rw-r--r--man3/psignal.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/psignal.3 b/man3/psignal.3
index 583c532d3..1d78070c5 100644
--- a/man3/psignal.3
+++ b/man3/psignal.3
@@ -24,7 +24,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR psignal ():
@@ -66,9 +66,9 @@ and other information relevant to the signal
the child process ID for
.BR SIGCHLD ,
and the user ID and process ID of the sender, for signals set using
-.BR kill (2)
+.MR kill 2
or
-.BR sigqueue (3)).
+.MR sigqueue 3 ).
.SH RETURN VALUE
The
.BR psignal ()
@@ -77,7 +77,7 @@ and
functions return no value.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -108,7 +108,7 @@ Additional details are not displayed for real-time signals.
.\" FIXME . http://sourceware.org/bugzilla/show_bug.cgi?id=12108
.\" Reportedly now fixed; check glibc 2.13
.SH SEE ALSO
-.BR sigaction (2),
-.BR perror (3),
-.BR strsignal (3),
-.BR signal (7)
+.MR sigaction 2 ,
+.MR perror 3 ,
+.MR strsignal 3 ,
+.MR signal 7