diff options
Diffstat (limited to 'man3/sigset.3')
| -rw-r--r-- | man3/sigset.3 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/man3/sigset.3 b/man3/sigset.3 index cc6ee545d8..f67b13ece4 100644 --- a/man3/sigset.3 +++ b/man3/sigset.3 @@ -121,11 +121,11 @@ On error, returns \-1, with .I errno set to indicate the error. -.\" FIXME But as at 2.3.5, glibc's sigset() is broken for the SIG_HOLD -.\" case: it will only return SIG_HOLD if 'disp' is SIG_HOLD; if the -.\" signal is blocked, then sigset() should return SIG_HOLD even if -.\" 'disp' is specified as something other than SIG_HOLD (I have tested -.\" this on Solaris 8 and HP-UX 11). +.\" FIXME But as at 2.3.5, glibc's sigset() is broken for the +.\" SIG_HOLD case: it will only return SIG_HOLD if 'disp' is +.\" SIG_HOLD; if the signal is blocked, then sigset() should return +.\" SIG_HOLD even if 'disp' is specified as something other than +.\" SIG_HOLD (I have tested this on Solaris 8 and HP-UX 11). .\" -- mtk, 29 Nov 05 .\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1951 @@ -234,10 +234,11 @@ Instead, the previous disposition of the signal is returned. .\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1951 .\" .\" The SUSv3 disposition of sigset() says: -.\" Upon successful completion, sigset() shall return SIG_HOLD if the -.\" signal had been blocked and the signal's previous disposition if -.\" it had not been blocked. Otherwise, SIG_ERR shall be returned and -.\" errno set to indicate the error. +.\" Upon successful completion, sigset() shall return +.\" SIG_HOLD if the signal had been blocked and the signal's +.\" previous disposition if it had not been blocked. +.\" Otherwise, SIG_ERR shall be returned and errno set to +.\" indicate the error. .SH "CONFORMING TO" SVr4. These functions are obsolete: do not use them in new programs. |
