diff options
author | jilles <jilles@FreeBSD.org> | 2013-09-06 09:08:40 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-09-06 09:08:40 +0000 |
commit | 178dd060a80512b07630eb7f22500ed9871ca84c (patch) | |
tree | 6cdaafe1674ba7d0068104dcdcc48a1d839c4e03 /lib/libc/sys/sigwait.2 | |
parent | c8fcb04ad95386fea45e2cc0ad7277e5c9a27f4d (diff) | |
download | FreeBSD-src-178dd060a80512b07630eb7f22500ed9871ca84c.zip FreeBSD-src-178dd060a80512b07630eb7f22500ed9871ca84c.tar.gz |
Update some signal man pages for multithreading.
Diffstat (limited to 'lib/libc/sys/sigwait.2')
-rw-r--r-- | lib/libc/sys/sigwait.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index 525bffb..4da64a9 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 27, 2012 +.Dd September 6, 2013 .Dt SIGWAIT 2 .Os .Sh NAME @@ -50,7 +50,7 @@ waits until one or more of the selected signals has been generated. Then .Fn sigwait atomically clears one of the selected signals from the set of pending signals -for the process and sets the location pointed to by +(for the process or for the current thread) and sets the location pointed to by .Fa sig to the signal number that was cleared. .Pp |