Automatically generated by Pod::Man v1.34, Pod::Parser v1.13

Standard preamble:
========================================================================

\\$1

.. ..

..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. | will give a
real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
expand to `' in nroff, nothing in troff, for use with C<>.
.tr \(*W-|\(bv\*(Tr . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\}
If the F register is turned on, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
. de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\}
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.

Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "JAR 1"
JAR 1 "2004-09-06" "gcc-3.4.2" "GNU"
"NAME"
jar - archive tool for Java archives
"SYNOPSIS"
Header "SYNOPSIS" jar -ctxu [\s-1OPTIONS\s0] [jar-file] [manifest-file] [-C dir] files...
"DESCRIPTION"
Header "DESCRIPTION" \f(CW\*(C`fastjar\*(C' is an implementation of Sun's jar utility that comes with the \s-1JDK\s0, written entirely in C, and runs in a fraction of the time while being feature compatible.

If any file is a directory then it is processed recursively. The manifest file name and the archive file name needs to be specified in the same order the -m and -f flags are specified.

"OPTIONS"
Header "OPTIONS" Exactly one of the following actions must be specified:
"-c" 4
Item "-c" Create new archive.
"-t" 4
Item "-t" List table of contents for archive.
"-x" 4
Item "-x" Extract named (or all) files from archive.
"-u" 4
Item "-u" Update existing archive. This option is disabled due to bugs (currently fails with exit status 1 and does nothing).

The following parameters are optional:

"-@" 4
Item "-@" Read the names of the files to add to the archive from stdin. This option is supported only in combination with -c or -u. Non standard option added in the \s-1GCC\s0 version.
"-C directory" 4
Item "-C directory" Change to the directory and include the following file.
"-E" 4
Item "-E" Prevent fastjar from reading the content of a directory when specifying one (and instead relying on the provided list of files to populate the archive with regard to the directory entry). Non standard option added in the \s-1GCC\s0 version.
"-M" 4
Item "-M" Do not create a manifest file for the entries.
"-0" 4
Item "-0" Store only; use no \s-1ZIP\s0 compression.
"-V" 4
Item "-V"

0

"--version" 4
Item "--version"

Display version information.

"-f archive" 4
Item "-f archive" Specify archive file name.
"-m manifest" 4
Item "-m manifest" Include manifest information from specified manifest file.
"-v" 4
Item "-v" Generate verbose output on standard output.

All remaining options are considered to be names of files.

"SEE ALSO"
Header "SEE ALSO" \fIgcj\|(1), gij\|(1), grepjar\|(1) and the Info entry for gcj.
"COPYRIGHT"
Header "COPYRIGHT" Copyright (C) 2002 Matthias Klose

Permission is granted to copy, distribute and/or modify this document under the terms of the \s-1GNU\s0 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 man page gpl\|(7).