aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fopen.3')
-rw-r--r--man3/fopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index 2a874df706..60998b8f48 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-12-05 "GNU" "Linux Programmer's Manual"
+.TH FOPEN 3 2009-02-23 "GNU" "Linux Programmer's Manual"
.SH NAME
fopen, fdopen, freopen \- stream open functions
.SH SYNOPSIS
@@ -195,7 +195,7 @@ and
return a
.I FILE
pointer.
-Otherwise, NULL is returned and the global variable
+Otherwise, NULL is returned and
.I errno
is set to indicate the error.
.SH ERRORS