From 7eda86b16cffcbe2981801ab9297e46f633a2944 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Oct 2005 13:31:49 +0000 Subject: [PATCH] Updated FIXME --- man2/acct.2 | 2 +- man2/mremap.2 | 2 ++ man2/select_tut.2 | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/acct.2 b/man2/acct.2 index 145aa9327..02cd174c6 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -43,7 +43,7 @@ acct \- switch process accounting on or off .SH DESCRIPTION When called with the name of an existing file as argument, accounting is turned on, records for each terminating process are appended to -\fIfilename\fP as it terminates. An argument of \fBNULL\fP causes +\fIfilename\fP as it terminates. An argument of NULL causes accounting to be turned off. .SH "RETURN VALUE" On success, zero is returned. On error, \-1 is returned, and diff --git a/man2/mremap.2 b/man2/mremap.2 index 0c5c44e28..44cf94324 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -168,6 +168,8 @@ argument are exposed by glibc. .\" FIXME (Oct 05) .\" But check http://sourceware.org/bugzilla/show_bug.cgi?id=1458 .\" to see whether glibc has been fixed to expose these interfaces +.\" FIXME -- according to the bug reply, on 14 Oct 05 Ulrich Drepper +.\" made the necesary changes in the glibc CVS. .SH "CONFORMING TO" This call is Linux-specific, and should not be used in programs intended to be portable. 4.2BSD had a (never actually implemented) diff --git a/man2/select_tut.2 b/man2/select_tut.2 index 4fd4a34f1..6344ea26d 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -120,7 +120,7 @@ them, then increment this value by one, and then pass this as \fInfds\fP to \fIutimeout\fP .RS This is the longest time \fBselect\fP() must wait before returning, even -if nothing interesting happened. If this value is passed as \fBNULL\fP, +if nothing interesting happened. If this value is passed as NULL, then \fBselect\fP() blocks indefinitely waiting for an event. \fIutimeout\fP can be set to zero seconds, which causes \fBselect\fP() to return immediately. The structure \fBstruct timeval\fP is defined as,