diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getspnam.3 | 11 | ||||
| -rw-r--r-- | man3/sigset.3 | 19 |
2 files changed, 16 insertions, 14 deletions
diff --git a/man3/getspnam.3 b/man3/getspnam.3 index fb5f3cfd73..368920992a 100644 --- a/man3/getspnam.3 +++ b/man3/getspnam.3 @@ -73,11 +73,12 @@ the traditional password database .BR getpwnam (3) and .BR getpwent (3)). -.\" Jul 2005, mtk: FIXME I've commented out the following for the moment. -.\" The relationship between PAM and nsswitch.conf needs to be clearly -.\" documented in one place, which is pointed to by the pages for the -.\" user, group, and shadow password funtions. -.\" This shadow password setup has been superseded by PAM +.\" Jul 2005, mtk: FIXME I've commented out the following for the +.\" moment. The relationship between PAM and nsswitch.conf needs +.\" to be clearly documented in one place, which is pointed to by +.\" the pages for the user, group, and shadow password functions. +.\" +.\" This shadow password setup has been superseded by PAM .\" (pluggable authentication modules), and the file .\" .I /etc/nsswitch.conf .\" now describes the sources to be used. 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. |
