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/sigpending.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/sigpending.2')
-rw-r--r-- | lib/libc/sys/sigpending.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index 37f92d8..06ecc00 100644 --- a/lib/libc/sys/sigpending.2 +++ b/lib/libc/sys/sigpending.2 @@ -31,7 +31,7 @@ .\" @(#)sigpending.2 8.3 (Berkeley) 1/12/94 .\" $FreeBSD$ .\" -.Dd January 12, 1994 +.Dd September 6, 2013 .Dt SIGPENDING 2 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Fn sigpending system call returns a mask of the signals pending for delivery -to the calling process in the location indicated by +to the calling thread or the calling process in the location indicated by .Fa set . Signals may be pending because they are currently masked, or transiently before delivery (although the latter case is not |