diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-15 09:42:13 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-15 09:42:13 +0000 |
commit | 6ccde948ad13f6d0b502e91febd450baaa390e58 (patch) | |
tree | 7b5c1a225c055e5c70c725f39d903a9eff89031c /gcc/fortran/gfortran.texi | |
parent | 93581857e5b10875c572069ef767411ccf5e6162 (diff) | |
download | gcc-6ccde948ad13f6d0b502e91febd450baaa390e58.zip gcc-6ccde948ad13f6d0b502e91febd450baaa390e58.tar.gz gcc-6ccde948ad13f6d0b502e91febd450baaa390e58.tar.bz2 |
libgomp.texi (omp_test_lock): Fix typo.
libgomp/
* libgomp.texi (omp_test_lock): Fix typo.
gcc/
* doc/sourcebuild.texi (Config Fragments): Remove obsolete
FIXME note about gcc/config.guess.
* doc/options.texi (Option file format): Remove non-ASCII bytes.
* doc/cpp.texi: Expand TABs, drop indentation outside examples.
* doc/cppopts.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/gcc.texi: Likewise.
* doc/gccint.texi: Likewise.
* doc/gcov.texi: Likewise.
* doc/gty.texi: Likewise.
* doc/hostconfig.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/loop.texi: Likewise.
* doc/makefile.texi: Likewise.
* doc/md.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/tree-ssa.texi: Likewise.
* doc/trouble.texi: Likewise.
libiberty/
* libiberty.texi: Expand TABs, drop indentation outside examples.
* obstacks.texi: Likewise.
gcc/fortran/
* gfc-internals.texi: Expand TABs, drop indentation outside examples.
* gfortran.texi: Likewise.
* intrinsic.texi: Likewise.
* invoke.texi: Likewise.
gcc/java/
* gcj.texi: Expand TABs, remove whitespace from blank lines.
gcc/ada/
* gnat_rm.texi (Implementation Defined Characteristics)
(Standard Library Routines): Use @smallexample for indented
text. Drop Indentation outside examples.
* gnat_ugn.texi: Likewise.
From-SVN: r136802
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 086aab7..cf90ceda 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -190,7 +190,7 @@ Part II: Language Reference * Copying:: GNU General Public License says how you can copy and share GNU Fortran. * GNU Free Documentation License:: - How you can copy and share this manual. + How you can copy and share this manual. * Funding:: How to help assure continued work for free software. * Option Index:: Index of command line options * Keyword Index:: Index of concepts @@ -229,7 +229,7 @@ or alternative to, the unix @command{f95} command; * Preprocessing and conditional compilation:: The Fortran preprocessor * GNU Fortran and G77:: Why we chose to start from scratch. * Project Status:: Status of GNU Fortran, roadmap, proposed extensions. -* Standards:: Standards supported by GNU Fortran. +* Standards:: Standards supported by GNU Fortran. @end menu @@ -693,7 +693,7 @@ the modes are the same as for the @code{CONVERT} specifier: @item @code{NATIVE} Use the native format. This is the default. @item @code{SWAP} Swap between little- and big-endian. @item @code{LITTLE_ENDIAN} Use the little-endian format - for unformatted files. +for unformatted files. @item @code{BIG_ENDIAN} Use the big-endian format for unformatted files. @end itemize A missing mode for an exception is taken to mean @code{BIG_ENDIAN}. @@ -1415,9 +1415,9 @@ Valid values for @code{CONVERT} are: @item @code{CONVERT='NATIVE'} Use the native format. This is the default. @item @code{CONVERT='SWAP'} Swap between little- and big-endian. @item @code{CONVERT='LITTLE_ENDIAN'} Use the little-endian representation - for unformatted files. +for unformatted files. @item @code{CONVERT='BIG_ENDIAN'} Use the big-endian representation for - unformatted files. +unformatted files. @end itemize Using the option could look like this: |