summaryrefslogtreecommitdiffstats
path: root/man3type/sigevent.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/sigevent.3type')
-rw-r--r--man3type/sigevent.3type24
1 files changed, 12 insertions, 12 deletions
diff --git a/man3type/sigevent.3type b/man3type/sigevent.3type
index 01ca76620..9f6da108e 100644
--- a/man3type/sigevent.3type
+++ b/man3type/sigevent.3type
@@ -63,7 +63,7 @@ Notify the process by sending the signal specified in
.IR sigev_signo .
.IP
If the signal is caught with a signal handler that was registered using the
-.BR sigaction (2)
+.MR sigaction 2
.B SA_SIGINFO
flag, then the following fields are set in the
.I siginfo_t
@@ -88,7 +88,7 @@ Depending on the API, other fields may also be set in the
structure.
.IP
The same information is also available if the signal is accepted using
-.BR sigwaitinfo (2).
+.MR sigwaitinfo 2 .
.TP
.B SIGEV_THREAD
Notify the process by invoking
@@ -105,12 +105,12 @@ If
is not NULL, it should point to a
.I pthread_attr_t
structure that defines attributes for the new thread (see
-.BR pthread_attr_init (3)).
+.MR pthread_attr_init 3 ).
.TP
.BR SIGEV_THREAD_ID " (Linux-specific)"
.\" | SIGEV_SIGNAL vs not?
Currently used only by POSIX timers; see
-.BR timer_create (2).
+.MR timer_create 2 .
.SS sigval
Data passed with a signal.
.SH STANDARDS
@@ -132,11 +132,11 @@ The following headers also provide
and
.IR <time.h> .
.SH SEE ALSO
-.BR timer_create (2),
-.BR getaddrinfo_a (3),
-.BR lio_listio (3),
-.BR mq_notify (3),
-.BR pthread_sigqueue (3),
-.BR sigqueue (3),
-.BR aiocb (3type),
-.BR siginfo_t (3type)
+.MR timer_create 2 ,
+.MR getaddrinfo_a 3 ,
+.MR lio_listio 3 ,
+.MR mq_notify 3 ,
+.MR pthread_sigqueue 3 ,
+.MR sigqueue 3 ,
+.MR aiocb 3type ,
+.MR siginfo_t 3type