aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-02-22 06:01:51 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-02-22 06:01:51 +0000
commit24219f12064acaa1575b66a9f498e8bc7b4894f9 (patch)
treed949974eac927c8219c215fbeccf618f7787affb /gcc/fortran/gfortran.texi
parenta2db2771a0cd17872b78a4cebb40dad70b9e4539 (diff)
downloadgcc-24219f12064acaa1575b66a9f498e8bc7b4894f9.zip
gcc-24219f12064acaa1575b66a9f498e8bc7b4894f9.tar.gz
gcc-24219f12064acaa1575b66a9f498e8bc7b4894f9.tar.bz2
gfc-internals.texi: Fix typos and markup nits.
gcc-fortran/: * gfc-internals.texi: Fix typos and markup nits. * gfortran.texi: Likewise. * intrinsic.texi: Likewise. From-SVN: r132539
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r--gcc/fortran/gfortran.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 87be7e8..d1fa689 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -616,7 +616,7 @@ This is the default.
@section @env{GFORTRAN_UNBUFFERED_PRECONNECTED}---Don't buffer I/O on preconnected units
The environment variable named @env{GFORTRAN_UNBUFFERED_PRECONNECTED} controls
-whether I/O on a preconnected unit (i.e STDOUT or STDERR) is unbuffered. If
+whether I/O on a preconnected unit (i.e.@: STDOUT or STDERR) is unbuffered. If
the first letter is @samp{y}, @samp{Y} or @samp{1}, I/O is unbuffered. This
will slow down small sequential reads and writes. If the first letter
is @samp{n}, @samp{N} or @samp{0}, I/O is buffered. This is the default.
@@ -1457,7 +1457,7 @@ END SUBROUTINE A1
Please note:
@itemize
@item
-@option{-fopenmp} implies @option{-frecursive}, i.e. all local arrays
+@option{-fopenmp} implies @option{-frecursive}, i.e., all local arrays
will be allocated on the stack. When porting existing code to OpenMP,
this may lead to surprising results, especially to segmentation faults
if the stacksize is limited.