gcj.texi (Input Options): Fixed typo.

2002-06-04  Michael Koch  <konqueror@gmx.de>

	* gcj.texi (Input Options): Fixed typo.

From-SVN: r54263
This commit is contained in:
Michael Koch 2002-06-04 22:00:42 +00:00 committed by Tom Tromey
parent 9e7823ccbe
commit 0bb5f0e400
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-04 Michael Koch <konqueror@gmx.de>
* gcj.texi (Input Options): Fixed typo.
2002-06-04 Zack Weinberg <zack@codesourcery.com>
* java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,

View File

@ -242,7 +242,7 @@ file, which @command{gcj} will search as if it is a directory.
@item -I@var{dir}
All directories specified by @code{-I} are kept in order and prepended
to the class path constructed from all the other options. Unless
compatibility with tools like @code{javac} is imported, we recommend
compatibility with tools like @code{javac} is important, we recommend
always using @code{-I} instead of the other options for manipulating the
class path.