X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=fastjar%2Ffastjar.texi;h=5fb856c46e061b23ab8f6b15ecd87a9bb5be3245;hb=1dcec9182a50a608acf9955a33d1b1098b7eacbe;hp=7942accc3b6b838b8894fa7ff72d083e2883bdf9;hpb=9335f62e055947bfe807c33cae0f8278de43f185;p=pf3gnuchains%2Fgcc-fork.git diff --git a/fastjar/fastjar.texi b/fastjar/fastjar.texi index 7942accc3b6..5fb856c46e0 100644 --- a/fastjar/fastjar.texi +++ b/fastjar/fastjar.texi @@ -1,4 +1,4 @@ -@\input texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @setfilename fastjar.info @settitle Guide to GNU jar utilites @@ -24,40 +24,27 @@ @dircategory Individual utilities @direntry -* jar: Invoking jar. +* fastjar: (fastjar)Invoking fastjar. An archive tool for Java archives -* grepjar: Invoking grepjar. +* grepjar: (fastjar)Invoking grepjar. Search files in a jar file for a pattern @end direntry @end format @c man begin COPYRIGHT -Copyright (C) @value{copyrights-fastjar} Free Software Foundation, Inc. +Copyright (C) @value{copyrights-fastjar} Matthias Klose Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``GNU General Public License'', the Front-Cover -texts being (a) (see below), and with the Back-Cover Texts being (b) -(see below). A copy of the license is included in the +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. A copy of the license is included in the @c man end -section entitled -``GNU Free Documentation License''. +section entitled ``GNU General Public License''. @ignore @c man begin COPYRIGHT -man page gfdl(7). +man page gpl(7). @c man end @end ignore - -(a) The FSF's Front-Cover Text is: - - A GNU Manual - -(b) The FSF's Back-Cover Text is: - - You have freedom to copy and modify this GNU Manual, like GNU - software. Copies published by the Free Software Foundation raise - funds for GNU development. @end ifinfo @titlepage @@ -66,7 +53,7 @@ man page gfdl(7). @page @vskip 0pt plus 1filll -Copyright @copyright{} @value{copyrights-gcj} Free Software Foundation, Inc. +Copyright @copyright{} @value{copyrights-gcj} Matthias Klose @sp 2 For the @value{which-gcj} Version* @sp 1 @@ -75,22 +62,10 @@ Published by the Free Software Foundation @* Boston, MA 02111-1307, USA@* @sp 1 Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``GNU General Public License'', the Front-Cover -texts being (a) (see below), and with the Back-Cover Texts being (b) -(see below). A copy of the license is included in the section entitled -``GNU Free Documentation License''. - -(a) The FSF's Front-Cover Text is: - - A GNU Manual - -(b) The FSF's Back-Cover Text is: - - You have freedom to copy and modify this GNU Manual, like GNU - software. Copies published by the Free Software Foundation raise - funds for GNU development. +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. A copy of the license is included in the +section entitled ``GNU General Public License''. @end titlepage @contents @page @@ -99,22 +74,20 @@ texts being (a) (see below), and with the Back-Cover Texts being (b) @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 -* GNU Free Documentation License:: - How you can share and copy this manual @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 @@ -127,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: @@ -152,8 +125,7 @@ List table of contents for archive. Extract named (or all) files from archive. @item -u -Update existing archive. This option is disabled due to bugs (currently -fails with exit status 1 and does nothing). +Update existing archive. @end table @@ -217,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 @@ -257,6 +229,4 @@ Print version number, then exit. @include gpl.texi -@include fdl.texi - @bye