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]
Other format: [Raw text]

[PATCH] PR web/15263: Remove superfluous linebreak fromdoc/install.texi


The following patch deletes a superfluous newline in install.texi
which added a <BR> in
    http://gcc.gnu.org/install/prerequisites.html
which resulted in invalid XHTML.

Approved in
    http://gcc.gnu.org/ml/gcc-bugs/2004-05/msg00353.html

Committed to mainline and 3.4 branch.
(The 3.3 branch is not affected.)

Regards,
Volker


2004-06-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

	PR web/15263
	* doc/install.texi: Remove superfluous linebreak.


Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.248.4.20
diff -u -p -r1.248.4.20 install.texi
--- doc/install.texi	1 Jun 2004 11:33:37 -0000	1.248.4.20
+++ doc/install.texi	10 Jun 2004 21:05:24 -0000
@@ -290,7 +290,6 @@ systems' @command{tar} programs will als
 
 @heading Tools/packages necessary for modifying GCC
 @table @asis
-
 @item autoconf versions 2.13 and 2.57
 @itemx GNU m4 version 1.4 (or later)
 
===================================================================



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