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
This commit is contained in:
Jerry DeLisle 2010-04-17 19:04:16 +00:00
parent 9e315505df
commit 0e9496ccb9
2 changed files with 6 additions and 2 deletions

View 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

View 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