aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mq_notify.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-05-22 08:27:25 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-05-22 08:27:25 +0000
commit7cd244034d61e48a994ff5576dbff8ed6455ffcd (patch)
tree1f508331ec30dc0bfd7d8e2767cdecbd19e9539b /man3/mq_notify.3
parent911db49ef946d1a2e8eb97ffc2446fe1e5850650 (diff)
downloadman-pages-7cd244034d61e48a994ff5576dbff8ed6455ffcd.tar.gz
s/sigev_signal/sigev_signo/
Diffstat (limited to 'man3/mq_notify.3')
-rw-r--r--man3/mq_notify.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mq_notify.3 b/man3/mq_notify.3
index e85a63134e..19c472594e 100644
--- a/man3/mq_notify.3
+++ b/man3/mq_notify.3
@@ -51,7 +51,7 @@ union sigval { /* Data passed with notification */
struct sigevent {
int sigev_notify; /* Notification method */
- int sigev_signal; /* Notification signal */
+ int sigev_signo; /* Notification signal */
union sigval sigev_value; /* Data passed with notification */
void (*sigev_notify_function) (union sigval);
/* Function for thread notification */
@@ -82,7 +82,7 @@ for notification, but when a message arrives, no notification is sent.
.TP
.B SIGEV_SIGNAL
Notify the process by sending the signal specified in
-.IR sigev_signal .
+.IR sigev_signo .
If the signal is caught with a signal handler that
was registered using the
.BR sigaction (2)