aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fopen.3')
-rw-r--r--man3/fopen.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index 40ecae1512..d6b631497a 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -39,7 +39,7 @@
.\" Modified, aeb, 960421, 970806
.\" Modified, joey, aeb, 2002-01-03
.\"
-.TH FOPEN 3 2008-08-29 "GNU" "Linux Programmer's Manual"
+.TH FOPEN 3 2008-10-12 "GNU" "Linux Programmer's Manual"
.SH NAME
fopen, fdopen, freopen \- stream open functions
.SH SYNOPSIS
@@ -114,6 +114,9 @@ and adding the \(aqb\(aq may be a good idea if you do I/O to a binary
file and expect that your program may be ported to non-Unix
environments.)
.PP
+See NOTES below for details of glibc extensions for
+.IR mode .
+.PP
Any created files will have mode
.BR S_IRUSR " | " S_IWUSR " | " S_IRGRP " | " S_IWGRP " | " S_IROTH " | " S_IWOTH
(0666), as modified by the process's umask value (see