summaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.texi
diff options
context:
space:
mode:
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-17 19:04:16 +0000
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-17 19:04:16 +0000
commit205a2b6815e1c83fa82463b8419a743dfab454f6 (patch)
tree3a171044901cad1ccd5d7f27aa54be53fea511d9 /gcc/fortran/gfortran.texi
parent8135a42b49e8d0cffae093b782b3636838b363ca (diff)
downloadgcc-205a2b6815e1c83fa82463b8419a743dfab454f6.tar.gz
2010-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.texi: Update information on temporary file locations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158473 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r--gcc/fortran/gfortran.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 6ab413cbc3c..8a89699fc49 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -635,8 +635,8 @@ error is used. If the first letter is @samp{n}, @samp{N} or
This environment variable controls where scratch files are
created. If this environment variable is missing,
-GNU Fortran searches for the environment variable @env{TMP}. If
-this is also missing, the default is @file{/tmp}.
+GNU Fortran searches for the environment variable @env{TMP}, then @env{TEMP}.
+If these are missing, the default is @file{/tmp}.
@node GFORTRAN_UNBUFFERED_ALL
@section @env{GFORTRAN_UNBUFFERED_ALL}---Don't buffer I/O on all units