From 0e9496ccb9ac4082a7f80c4e568d48b92cbb2094 Mon Sep 17 00:00:00 2001
From: Jerry DeLisle <jvdelisle@gcc.gnu.org>
Date: Sat, 17 Apr 2010 19:04:16 +0000
Subject: [PATCH] gfortran.texi: Update information on temporary file
 locations.

2010-04-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

From-SVN: r158473
---
 gcc/fortran/ChangeLog     | 4 ++++
 gcc/fortran/gfortran.texi | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b53aff9b83b3..e672f84e709c 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 6ab413cbc3cb..8a89699fc49c 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
-- 
GitLab