diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2005-07-02 00:45:55 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2005-07-02 00:45:55 +0000 |
commit | 5724da632f35c60484f2fa84afc39838ccddb5e6 (patch) | |
tree | d0d93f5f816936baacc326703f925befbdc86f7c /gcc/fortran/invoke.texi | |
parent | 892ec0bd7de78b4fde346918145c5a1b316c22e0 (diff) | |
download | gcc-5724da632f35c60484f2fa84afc39838ccddb5e6.zip gcc-5724da632f35c60484f2fa84afc39838ccddb5e6.tar.gz gcc-5724da632f35c60484f2fa84afc39838ccddb5e6.tar.bz2 |
gfortran.texi: Fixed typos and grammar.
2005-07-01 Jerry DeLisle <jvdelisle@verizon.net>
* gfortran.texi: Fixed typos and grammar.
* invoke.texi: Fixed typos and grammar.
From-SVN: r101527
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index feeacf7..bef98a5 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -464,8 +464,8 @@ debugging options. @cindex INCLUDE directive @cindex directive, INCLUDE -There options affect how affect how @command{gfortran} searches -for files specified via the @code{INCLUDE} directive, and where it searches +These options affect how @command{gfortran} searches +for files specified by the @code{INCLUDE} directive and where it searches for previously compiled modules. It also affects the search paths used by @command{cpp} when used to preprocess @@ -573,10 +573,8 @@ Do not transform names of entities specified in the Fortran source file by appending underscores to them. With @option{-funderscoring} in effect, @command{gfortran} appends one -underscore to external names with no underscores. - -This is done to ensure compatibility with code produced by many -UNIX Fortran compilers. +underscore to external names with no underscores. This is done to ensure +compatibility with code produced by many UNIX Fortran compilers. @emph{Caution}: The default behavior of @command{gfortran} is incompatible with @command{f2c} and @command{g77}, please use the |