aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
commitc533af9d27b51f685daa67b29398bb73acc1b5d4 (patch)
treeb7ccf85a974a626e6b441e4c4487129bd27e9f58 /man3
parentbf53d187ba2e1dbce71032d169f9a9b6a98e5300 (diff)
downloadman-pages-c533af9d27b51f685daa67b29398bb73acc1b5d4.tar.gz
Reformatted FIXMEs
Diffstat (limited to 'man3')
-rw-r--r--man3/getspnam.311
-rw-r--r--man3/sigset.319
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.