Commit 0e9496cc by Jerry DeLisle

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
parent 9e315505
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> 2010-04-16 Jakub Jelinek <jakub@redhat.com>
* trans-decl.c (gfc_build_qualified_array): Ensure * trans-decl.c (gfc_build_qualified_array): Ensure
......
...@@ -635,8 +635,8 @@ error is used. If the first letter is @samp{n}, @samp{N} or ...@@ -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 This environment variable controls where scratch files are
created. If this environment variable is missing, created. If this environment variable is missing,
GNU Fortran searches for the environment variable @env{TMP}. If GNU Fortran searches for the environment variable @env{TMP}, then @env{TEMP}.
this is also missing, the default is @file{/tmp}. If these are missing, the default is @file{/tmp}.
@node GFORTRAN_UNBUFFERED_ALL @node GFORTRAN_UNBUFFERED_ALL
@section @env{GFORTRAN_UNBUFFERED_ALL}---Don't buffer I/O on all units @section @env{GFORTRAN_UNBUFFERED_ALL}---Don't buffer I/O on all units
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment