Editorial fixes to g77 docs
authorCraig Burley <craig@jcb-sc.com>
Mon, 15 Mar 1999 14:15:16 +0000 (14:15 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Mon, 15 Mar 1999 14:15:16 +0000 (09:15 -0500)
From-SVN: r25790

gcc/f/ChangeLog
gcc/f/bugs.texi
gcc/f/g77.texi
gcc/f/news.texi

index 3998bfe2b1eca1a1db5af027b1d6301259946686..7df1739f983140167a47cae327152d30d5901c17 100644 (file)
@@ -1,3 +1,7 @@
+Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi, g77.texi, news.texi: Editorial fixes.
+
 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
 
        Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
index 0bad8586c33fdfcf65a6b7e1b5d66d0b472a228e..637f205be0145dcdbf6f3ff5b9204058441e243b 100644 (file)
@@ -9,7 +9,7 @@
 @c in the standalone derivations of this file (e.g. BUGS).
 @set copyrights-bugs 1995-1999
 
-@set last-update-bugs 1999-03-13
+@set last-update-bugs 1999-03-15
 
 @include root.texi
 
@@ -47,15 +47,15 @@ so it isn't worth separating them out.
 
 @ifset DOC-G77
 For information on bugs in @emph{other} versions of @code{g77},
-@ref{News,,News About GNU Fortran}.
-There, lists of bugs fixed in various versions of @code{g77},
+see @ref{News,,News About GNU Fortran}.
+There, lists of bugs fixed in various versions of @code{g77}
 can help determine what bugs existed in prior versions.
 @end ifset
 
 @ifset DOC-BUGS
 For information on bugs in @emph{other} versions of @code{g77},
 see @file{@value{path-g77}/NEWS}.
-There, lists of bugs fixed in various versions of @code{g77},
+There, lists of bugs fixed in various versions of @code{g77}
 can help determine what bugs existed in prior versions.
 @end ifset
 
@@ -85,7 +85,7 @@ Follow the ``Known Bugs'' link.
 @ifset DOC-G77
 For information on bugs that might afflict people who
 configure, port, build, and install @code{g77},
-@ref{Problems Installing}.
+see @ref{Problems Installing}.
 @end ifset
 
 @ifset DOC-BUGS
index c715d4f27c5da7e302ed6db97963fd0e9f2bbc17..4775a3d6f9113008d4fd26e1154e61fbd739ff21 100644 (file)
@@ -2,7 +2,7 @@
 @c %**start of header
 @setfilename g77.info
 
-@set last-update 1999-03-13
+@set last-update 1999-03-15
 @set copyrights-g77 1995-1999
 
 @include root.texi
@@ -1527,7 +1527,8 @@ Such source code cannot contain any preprocessor directives, such
 as @code{#include}, @code{#define}, @code{#if}, and so on.
 
 You can force @samp{.f} files to be preprocessed by @samp{cpp} by using
-@samp{-x f77-cpp-input}, @ref{LEX}.
+@samp{-x f77-cpp-input}.
+@xref{LEX}.
 
 @cindex preprocessor
 @cindex C preprocessor
@@ -2735,8 +2736,8 @@ but not in code like:
       d = (b + c) * e
 @end smallexample
 
-For another, potentially better, way of controlling the precision
-@ref{Floating-point precision}.
+For another, potentially better, way of controlling the precision,
+see @ref{Floating-point precision}.
 
 @cindex -fforce-mem option
 @cindex options, -fforce-mem
@@ -5989,14 +5990,15 @@ they are documented elsewhere.
 @ifinfo
 @xref{Characters Lines Sequence},
 @end ifinfo
-for information on additional fixed source form lexical issues.  In
-addition, the free source form is supported through the
+for information on additional fixed source form lexical issues.
 @cindex @samp{-ffree-form}
-@samp{-ffree-form} option.  Other Fortran 90 features can be turned on
-by the
+Further, the free source form is supported through the
+@samp{-ffree-form} option.
 @cindex @samp{-ff90}
-@samp{-ff90} option, @ref{Fortran 90}.  For information on the Fortran
-90 intrinsics available @ref{Table of Intrinsic Functions}.
+Other Fortran 90 features can be turned on by the @samp{-ff90} option;
+see @ref{Fortran 90}.
+For information on the Fortran 90 intrinsics available,
+see @ref{Table of Intrinsic Functions}.
 
 @table @asis
 @item Automatic arrays in procedures
@@ -12198,7 +12200,7 @@ written.
 Thus for exchanging a sequential or direct access unformatted file
 between big- and little-endian 32-bit systems using IEEE 754 floating
 point it would be sufficient to reverse the bytes in consecutive words
-in the file @emph{iff} only @code{REAL*4}, @code{COMPLEX},
+in the file if, and @emph{only} if, only @code{REAL*4}, @code{COMPLEX},
 @code{INTEGER*4} and/or @code{LOGICAL*4} data have been written to it by
 @code{g77}.
 
index 22254ef361454b6760bbf90a135267d70e3dd1ad..4531695c66c9cc2bebe87cc1830b68b40fdb4222 100644 (file)
@@ -107,7 +107,7 @@ somewhat more difficult.
 
 @ifset DOC-G77
 For information on bugs in the @value{which-g77} version of @code{g77},
-@ref{Known Bugs,,Known Bugs In GNU Fortran}.
+see @ref{Known Bugs,,Known Bugs In GNU Fortran}.
 @end ifset
 
 @ifset DOC-BUGS