OSDN Git Service

* gcj.texi (Input Options): --CLASSPATH does not suppress system
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2002 19:39:27 +0000 (19:39 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2002 19:39:27 +0000 (19:39 +0000)
path.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49588 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/gcj.texi

index f6111e7..a7410b6 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-07  Tom Tromey  <tromey@redhat.com>
+
+       * gcj.texi (Input Options): --CLASSPATH does not suppress system
+       path.
+
 2002-02-04  Anthony Green  <green@redhat.com>
 
        * class.c (build_utf8_ref): Put UTF-8 constants into merged
index 3e9f31c..1bdd746 100644 (file)
@@ -247,7 +247,7 @@ This sets the class path to @var{path}, a colon-separated list of paths
 @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