diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mq_notify.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mq_notify.2 b/lib/libc/sys/mq_notify.2 index 86a4363..96fcd92 100644 --- a/lib/libc/sys/mq_notify.2 +++ b/lib/libc/sys/mq_notify.2 @@ -75,7 +75,8 @@ then the signal specified in .Fa notification->sigev_signo will be sent to the process. The signal will be queued to the process and the value specified in -notification->sigev_value will be the +.Fa notification->sigev_value +will be the .Va si_value component of the generated signal. .Pp |