* 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
+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
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