Patch: FYI: bug fix in gcj manual
Tom Tromey
tromey@redhat.com
Thu Feb 7 11:39:00 GMT 2002
I'm checking this in.
This corrects a factual error in gcj.texi.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gcj.texi (Input Options): --CLASSPATH does not suppress system
path.
Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.20
diff -u -r1.20 gcj.texi
--- gcj.texi 2002/02/01 23:43:35 1.20
+++ gcj.texi 2002/02/07 19:38:39
@@ -247,7 +247,7 @@
@item --CLASSPATH=@var{path}
This sets the class path to @var{path}, a colon-separated list of paths
(on Windows-based systems, a semicolon-separate list of paths). This
-differs from the @code{--classpath} option in that it also suppresses
+differs from the @code{--classpath} option in that it does not suppress
the built-in system path.
@item CLASSPATH
More information about the Java-patches
mailing list