gcj.texi (Input Options): --CLASSPATH does not suppress system path.
authorTom Tromey <tromey@redhat.com>
Thu, 7 Feb 2002 19:39:27 +0000 (19:39 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 7 Feb 2002 19:39:27 +0000 (19:39 +0000)
* gcj.texi (Input Options): --CLASSPATH does not suppress system
path.

From-SVN: r49588

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

index f6111e749d2f33e247e4c28f95603e2d633a9686..a7410b6d371bc01e3b7c882dc65db64bbd91e031 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 3e9f31cf134e37b4784340f700c29d84b31112af..1bdd7464475ca84fcc0555dfec8a3f889ca89c38 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