summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigwait.2
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-09-06 09:08:40 +0000
committerjilles <jilles@FreeBSD.org>2013-09-06 09:08:40 +0000
commit178dd060a80512b07630eb7f22500ed9871ca84c (patch)
tree6cdaafe1674ba7d0068104dcdcc48a1d839c4e03 /lib/libc/sys/sigwait.2
parentc8fcb04ad95386fea45e2cc0ad7277e5c9a27f4d (diff)
downloadFreeBSD-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.24
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
OpenPOWER on IntegriCloud