diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-21 05:45:54 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-21 05:52:30 +0200 |
| commit | 5011ecfd2bb9a7579cf83d3a41635a4c7ca27eeb (patch) | |
| tree | 4278ee2bd1382f912ec5e1ac27b6a52c980c1a6b | |
| parent | bf1298c9e5053f55dea43e74255dae5ec57f251e (diff) | |
| download | man-pages-5011ecfd2bb9a7579cf83d3a41635a4c7ca27eeb.tar.gz | |
sigwait.3: Reword "is delivered" to "becomes pending"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/sigwait.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man3/sigwait.3 b/man3/sigwait.3 index 0c06526063..05c9452938 100644 --- a/man3/sigwait.3 +++ b/man3/sigwait.3 @@ -21,7 +21,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH SIGWAIT 3 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH SIGWAIT 3 2012-07-21 "Linux" "Linux Programmer's Manual" .SH NAME sigwait \- wait for a signal .SH SYNOPSIS @@ -43,9 +43,10 @@ _POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _POSIX_SOURCE .SH DESCRIPTION The .BR sigwait () -function suspends execution of the calling thread until the -delivery of one of the signals specified in the signal set -.IR set . +function suspends execution of the calling thread until +one of the signals specified in the signal set +.IR set +becomes pending. The function accepts the signal (removes it from the pending list of signals), and returns the signal number in |
