summaryrefslogtreecommitdiffstats
path: root/man3/pthread_sigqueue.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_sigqueue.3')
-rw-r--r--man3/pthread_sigqueue.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3
index b8a4079ce..82f7184b8 100644
--- a/man3/pthread_sigqueue.3
+++ b/man3/pthread_sigqueue.3
@@ -20,7 +20,7 @@ POSIX threads library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR pthread_sigqueue ():
@@ -31,7 +31,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR pthread_sigqueue ()
function performs a similar task to
-.BR sigqueue (3),
+.MR sigqueue 3 ,
but, rather than sending a signal to a process,
it sends a signal to a thread in the same process as the
calling thread.
@@ -45,7 +45,7 @@ argument specifies the signal to be sent.
The
.I value
argument specifies data to accompany the signal; see
-.BR sigqueue (3)
+.MR sigqueue 3
for details.
.SH RETURN VALUE
On success,
@@ -57,7 +57,7 @@ on error, it returns an error number.
.B EAGAIN
The limit of signals which may be queued has been reached.
(See
-.BR signal (7)
+.MR signal 7
for further information.)
.TP
.B EINVAL
@@ -73,7 +73,7 @@ is not supported on this system.
is not valid.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -93,17 +93,17 @@ gives an error
on attempts to send either of the real-time signals
used internally by the NPTL threading implementation.
See
-.BR nptl (7)
+.MR nptl 7
for details.
.SH STANDARDS
GNU.
.SH HISTORY
glibc 2.11.
.SH SEE ALSO
-.BR rt_tgsigqueueinfo (2),
-.BR sigaction (2),
-.BR pthread_sigmask (3),
-.BR sigqueue (3),
-.BR sigwait (3),
-.BR pthreads (7),
-.BR signal (7)
+.MR rt_tgsigqueueinfo 2 ,
+.MR sigaction 2 ,
+.MR pthread_sigmask 3 ,
+.MR sigqueue 3 ,
+.MR sigwait 3 ,
+.MR pthreads 7 ,
+.MR signal 7