diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-17 19:04:16 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-17 19:04:16 +0000 |
commit | 205a2b6815e1c83fa82463b8419a743dfab454f6 (patch) | |
tree | 3a171044901cad1ccd5d7f27aa54be53fea511d9 /gcc/fortran/gfortran.texi | |
parent | 8135a42b49e8d0cffae093b782b3636838b363ca (diff) | |
download | gcc-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.texi | 4 |
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 |