aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mq_notify.3
diff options
context:
space:
mode:
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)