diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-12-05 09:31:49 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-12-05 09:31:49 +0000 |
commit | 6bc69ac5efced12523ecf09740467f0e992166c5 (patch) | |
tree | 51de1fad40ba7506fd12b263481043b2d8801c3f /lib | |
parent | 3e3a125a10d0e1c1aa984255c90988168a0de6a6 (diff) | |
download | FreeBSD-src-6bc69ac5efced12523ecf09740467f0e992166c5.zip FreeBSD-src-6bc69ac5efced12523ecf09740467f0e992166c5.tar.gz |
Fix markup.
Submitted by: ru
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mq_notify.2 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/lib/libc/sys/mq_notify.2 b/lib/libc/sys/mq_notify.2 index 53f55a9..86a4363 100644 --- a/lib/libc/sys/mq_notify.2 +++ b/lib/libc/sys/mq_notify.2 @@ -61,15 +61,23 @@ The argument points to a .Vt sigevent structure that defines how the calling process will be notified. -If notification->sigev_notify is +If +.Fa notification->sigev_notify +is .Dv SIGEV_NONE , then no signal will be posted, but the error status and the return status for the operation will be set appropriately. -If notification->sigev_notify is SIGEV_SIGNAL, then the signal specified -in notification->sigev_signo will be sent to the process. +If +.Fa notification->sigev_notify +is +.Dv SIGEV_SIGNAL , +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 si_value component of the generated -signal. +notification->sigev_value will be the +.Va si_value +component of the generated signal. .Pp If .Fa notification |