]> git.wh0rd.org Git - patches.git/blob - man-pages-fopen-e-flag.patch
initial import
[patches.git] / man-pages-fopen-e-flag.patch
1 --- man3/fopen.3.orig   2007-10-23 19:52:39.000000000 -0400
2 +++ man3/fopen.3        2007-10-23 19:56:01.000000000 -0400
3 @@ -257,6 +257,13 @@
4  or subsequent read and write operations,
5  thread cancellation points.
6  .TP
7 +.BR e " (since glibc 2.7)"
8 +Open the file with the
9 +.B O_CLOEXEC
10 +flag.  See
11 +.BR open (2)
12 +for more information.
13 +.TP
14  .BR m " (since glibc 2.3)"
15  Attempt to access the file using
16  .BR mmap (2),