Added FIXME

This commit is contained in:
Michael Kerrisk 2008-08-06 10:41:06 +00:00
parent 55cfc5749f
commit 22ae7fd850
2 changed files with 9 additions and 0 deletions

View File

@ -39,6 +39,10 @@
.\" Modified, aeb, 960421, 970806
.\" Modified, joey, aeb, 2002-01-03
.\"
.\" FIXME . According to http://udrepper.livejournal.com/20407.html, fopen()
.\" will add support for an 'e' mode to open the file with close-on-exec
.\" set; probably this will be in glibc 2.9, and needs to be documented.
.\"
.TH FOPEN 3 2007-11-26 "GNU" "Linux Programmer's Manual"
.SH NAME
fopen, fdopen, freopen \- stream open functions

View File

@ -35,6 +35,11 @@
.\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de)
.\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
.\"
.\" FIXME . According to http://udrepper.livejournal.com/20407.html,
.\" popen() will add support for an 'e' mode to open the pipe ends
.\" with close-on-exec set; probably this will be in glibc 2.9,
.\" and needs to be documented.
.\"
.TH POPEN 3 1998-05-07 "GNU" "Linux Programmer's Manual"
.SH NAME
popen, pclose \- process I/O