This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: duplicated words in documentation


On Wed, 17 Oct 2001, Gerald Pfeifer wrote:

> On Tue, 16 Oct 2001, Matt Kraai wrote:
> > 2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
> >
> > 	* c-tree.texi: Eliminate duplicated word.
> > 	* cpp.texi: Likewise.
> > 	* install.texi: Likewise.
> > 	* invoke.texi: Likewise.
> > 	* tm.texi: Likewise.
> 
> Thanks, after visual inspection I have committed this to mainline and
> will commit to the 3.0-branch (without one change to invoke.texi) soon,
> after a complete build and install on the branch[1].

OK to commit the corresponding manpage regeneration to the 3.0 branch?

2001-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>

	* doc/gcc.1: Regenerate.

--- gcc.1	2001/10/12 22:10:09	1.1.2.9
+++ gcc.1	2001/10/17 11:40:36
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.19
-.\" Fri Oct 12 11:20:13 2001
+.\" Wed Oct 17 11:39:25 2001
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -131,7 +131,7 @@
 .\" ========================================================================
 .\"
 .IX Title "GCC 1"
-.TH GCC 1 "gcc-3.0.2" "2001-10-12" "GNU"
+.TH GCC 1 "gcc-3.0.2" "2001-10-17" "GNU"
 .UC
 .SH "NAME"
 gcc \- \s-1GNU\s0 project C and \*(C+ compiler
@@ -7170,7 +7170,7 @@
 .IX Item "-mmulti-add"
 Try and generate multiply-add floating point instructions \f(CW\*(C`polyF\*(C'\fR
 and \f(CW\*(C`dotF\*(C'\fR.  This option is only available if the \fB\-m32381\fR
-option is in effect.  Using these instructions requires changes to to
+option is in effect.  Using these instructions requires changes to
 register allocation which generally has a negative impact on
 performance.  This option should only be enabled when compiling code
 particularly likely to make heavy use of multiply-add instructions.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]