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]

[PATCH] gcj.texi typo fix.



I found a typo in gcj.texi. I looked in g77.texi to find a fix for
it. I don't know whether it's the right way to do it or whether it
matters to get it fixed. Anyways, here's a patch for the branch and
the trunk.

./A

2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* gcj.texi: Use `which-gcj' instead of `which-g77.'
	(version-gcc): Initialized.
	(which-gcj): Likewise.

Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.5.2.2
diff -u -p -r1.5.2.2 gcj.texi
--- gcj.texi	2001/03/23 19:43:44	1.5.2.2
+++ gcj.texi	2001/04/05 20:21:20
@@ -10,6 +10,10 @@
 @c When this manual is copyrighted.
 @set copyrights-gcj 2001
 
+@c Versions
+@set version-gcc 3.0
+@set which-gcj GCC-@value{version-gcc}
+
 @ifinfo
 @format
 @dircategory Programming
@@ -64,7 +68,7 @@ Free Software Foundation instead of in t
 @vskip 0pt plus 1filll
 Copyright @copyright{} @value{copyrights-gcj} Free Software Foundation, Inc.
 @sp 2
-For the @value{which-g77} Version*
+For the @value{which-gcj} Version*
 @sp 1
 Published by the Free Software Foundation @*
 59 Temple Place - Suite 330@*

Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.8
diff -u -p -r1.8 gcj.texi
--- gcj.texi	2001/03/23 19:42:25	1.8
+++ gcj.texi	2001/04/05 19:58:09
@@ -10,6 +10,10 @@
 @c When this manual is copyrighted.
 @set copyrights-gcj 2001
 
+@c Versions
+@set version-gcc 3.1
+@set which-gcj GCC-@value{version-gcc}
+
 @ifinfo
 @format
 @dircategory Programming
@@ -64,7 +68,7 @@ Free Software Foundation instead of in t
 @vskip 0pt plus 1filll
 Copyright @copyright{} @value{copyrights-gcj} Free Software Foundation, Inc.
 @sp 2
-For the @value{which-g77} Version*
+For the @value{which-gcj} Version*
 @sp 1
 Published by the Free Software Foundation @*
 59 Temple Place - Suite 330@*


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