Updated FIXME

This commit is contained in:
Michael Kerrisk 2005-10-19 13:31:49 +00:00
parent bf5f35c0ff
commit 7eda86b16c
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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,