]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortran.texi: Update information on temporary file locations.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 17 Apr 2010 19:04:16 +0000 (19:04 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 17 Apr 2010 19:04:16 +0000 (19:04 +0000)
2010-04-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* gfortran.texi: Update information on temporary file locations.

From-SVN: r158473

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index b53aff9b83b34656ae929c85a6c9cd7cad534610..e672f84e709c106c9fda91a7fc9b9bc9c3ce0f5e 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.texi: Update information on temporary file locations.
+
 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
 
        * trans-decl.c (gfc_build_qualified_array): Ensure
index 6ab413cbc3cb3ee3dc2823226bb5d6585048f4c2..8a89699fc49c9f98ddb10e6ada48feeeaa903e30 100644 (file)
@@ -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