From 5a789d8fff756fdf4081119829bfdcbfd7ac28e5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 23 Mar 2012 06:07:52 +1300 Subject: [PATCH] fopen.3: srcfix Signed-off-by: Michael Kerrisk --- man3/fopen.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/fopen.3 b/man3/fopen.3 index aa7cf97ae..ad04e4231 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -284,6 +284,7 @@ is only attempted for a file opened for reading. .TP .B x .\" Since glibc 2.0? +.\" FIXME C11 specifies this flag Open the file exclusively (like the .B O_EXCL