diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2004-07-23 23:34:17 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@gcc.gnu.org> | 2004-07-23 23:34:17 +0000 |
commit | ef05818b76a645f094e89f0804611d19c677f03f (patch) | |
tree | c441da0edad58a944786909749dd1d7878509614 /fastjar/fastjar.texi | |
parent | d91ba7b021e59c8ab455b04214a8d0a1925befaf (diff) | |
download | gcc-ef05818b76a645f094e89f0804611d19c677f03f.zip gcc-ef05818b76a645f094e89f0804611d19c677f03f.tar.gz gcc-ef05818b76a645f094e89f0804611d19c677f03f.tar.bz2 |
Makefile.am: Rename jar binary to fastjar.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am: Rename jar binary to fastjar.
* Makefile.in: Regenerate.
* fastjar.texi: Rename references to jar binary with fastjar.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Make-lang.in: Replace rmic and rmiregistry references with
grmic and grmiregistry.
* gcj.texi: Likewise.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am: Replace jar, rmic and rmiregistry references with
gjar, grmic and grmiregistry.
* configure.in: Likewise.
* Makefile.in: Regenerate.
* configure: Likewise.
* gcj/Makefile.in: Likewise.
* include/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
From-SVN: r85101
Diffstat (limited to 'fastjar/fastjar.texi')
-rw-r--r-- | fastjar/fastjar.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fastjar/fastjar.texi b/fastjar/fastjar.texi index e07b37a..5fb856c 100644 --- a/fastjar/fastjar.texi +++ b/fastjar/fastjar.texi @@ -24,7 +24,7 @@ @dircategory Individual utilities @direntry -* jar: (fastjar)Invoking jar. +* fastjar: (fastjar)Invoking fastjar. An archive tool for Java archives * grepjar: (fastjar)Invoking grepjar. Search files in a jar file for a pattern @@ -74,20 +74,20 @@ section entitled ``GNU General Public License''. @node Top @top Introduction -This manual describes how to use @command{jar} and @command{grepjar}. +This manual describes how to use @command{fastjar} and @command{grepjar}. @menu -* Invoking jar:: Options supported by @command{jar} +* Invoking fastjar:: Options supported by @command{fastjar} * Invoking grepjar:: Options supported by @command{grepjar} * Copying:: The GNU General Public License @end menu -@node Invoking jar -@chapter Invoking jar +@node Invoking fastjar +@chapter Invoking fastjar -@c man title jar archive tool for Java archives +@c man title fastjar archive tool for Java archives -@c man begin DESCRIPTION jar +@c man begin DESCRIPTION fastjar @code{fastjar} is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while @@ -100,16 +100,16 @@ the same order the @option{-m} and @option{-f} flags are specified. @c man end @ignore -@c man begin SYNOPSIS jar -jar @option{-ctxu} [@option{OPTIONS}] [@var{jar-file}] [@var{manifest-file}] [@option{-C} @var{dir}] @var{files}@dots{} +@c man begin SYNOPSIS fastjar +fastjar @option{-ctxu} [@option{OPTIONS}] [@var{jar-file}] [@var{manifest-file}] [@option{-C} @var{dir}] @var{files}@dots{} @c man end -@c man begin SEEALSO jar +@c man begin SEEALSO fastjar gcj(1), gij(1), grepjar(1) and the Info entry for @file{gcj}. @c man end @end ignore -@c man begin OPTIONS jar +@c man begin OPTIONS fastjar Exactly one of the following actions must be specified: @@ -189,7 +189,7 @@ a pattern. grepjar [@option{-bcinsw}] @option{-e} @var{PATTERN} | @var{PATTERN} @var{files}@dots{} @c man end @c man begin SEEALSO grepjar -jar(1), gcj(1), gij(1), gfdl(7) and the Info entry for @file{gcj}. +fastjar(1), gcj(1), gij(1), gfdl(7) and the Info entry for @file{gcj}. @c man end @end ignore |