diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-12-06 09:52:54 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-12-06 09:52:54 +0000 |
commit | c4b03f28e8c1645d11cb57a35f96169ab7af6028 (patch) | |
tree | 435d3dde239a266b4e9dee63307d585d218d430c /lib | |
parent | 1277ffa80347ce9c615d81c530be43f53f596843 (diff) | |
download | FreeBSD-src-c4b03f28e8c1645d11cb57a35f96169ab7af6028.zip FreeBSD-src-c4b03f28e8c1645d11cb57a35f96169ab7af6028.tar.gz |
Fix markeup.
Submitted by: ru
Diffstat (limited to 'lib')
-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 |