--- a/jdk/src/linux/doc/man/pack200.1 Thu Apr 30 15:04:39 2009 -0700
+++ b/jdk/src/linux/doc/man/pack200.1 Mon May 04 18:28:26 2009 -0700
@@ -1,5 +1,3 @@
-.'" t
-."
." Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
."
@@ -20,13 +18,12 @@
." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
." CA 95054 USA or visit www.sun.com if you need additional information or
." have any questions.
-."
-." `
-.TH pack200 1 "05 Aug 2006"
-." Generated by html2roff
+."
+.TH pack200 1 "04 May 2009"
+." Generated from HTML by html2man (author: Eric Armstrong)
.LP
-.SH NAME
+.SH "Name"
pack200 \- JAR Packing tool
.LP
.SH "SYNOPSIS"
@@ -42,6 +39,7 @@
.RS 3
.LP
+.RS 3
.TP 3
options
Command\-line options.
@@ -51,6 +49,8 @@
.TP 3
JAR\-file
Name of the input file.
+.RE
+
.LP
.RE
.SH "DESCRIPTION"
@@ -66,11 +66,13 @@
.SS
Typical usage:
.LP
+.RS 3
.LP
.LP
\f2% pack200 myarchive.pack.gz myarchive.jar\fP
.LP
+.RE
.LP
In this example, \f2myarchive.pack.gz\fP is produced using the default \f2pack200\fP settings.
.LP
@@ -178,15 +180,21 @@
.LP
Overrides the default, which preserves the input information, but may cause the transmitted archive to be larger. The possible values are:
.LP
+.RS 3
.TP 3
true
.TP 3
false
In either case, the packer will set the deflation hint accordingly in the output archive, and will not transmit the individual deflation hints of archive elements.
+.RE
+
.LP
+.RS 3
.TP 3
keep
Preserve deflation hints observed in the input JAR. (This is the default.)
+.RE
+
.LP
.RE
.LP
@@ -198,12 +206,15 @@
.LP
The possible values are:
.LP
+.RS 3
.TP 3
latest
The packer will attempt to determine the latest modification time, among all the available entries in the original archive, or the latest modification time of all the available entries in that segment. This single value will be transmitted as part of the segment and applied to all the entries in each segment. This can marginally decrease the transmitted size of the archive at the expense of setting all installed files to a single date.
.TP 3
keep
Preserves modification times observed in the input JAR. (This is the default.)
+.RE
+
.LP
.RE
.LP
@@ -225,6 +236,7 @@
.LP
Overrides the default behavior; i.e., the classfile containing the unknown attribute will be passed through with the specified action. The possible values for actions are:
.LP
+.RS 3
.TP 3
error
The \f2pack200\fP operation as a whole will fail with a suitable explanation.
@@ -234,16 +246,18 @@
.TP 3
pass
Upon encountering this attribute, the entire class will be transmitted as though it is a resource.
+.RE
+
.LP
.RE
.LP
\f4\-Cattribute\-name=\fP\f2layout\fP \f3\-\-class\-attribute=\fP\f2attribute\-name=action\fP
.br
- \f4\-Fattribute\-name=\fP\f2layout\fP \f3\-\-field\-attribute=\fP\f2attribute\-name=action\fP
+\f4\-Fattribute\-name=\fP\f2layout\fP \f3\-\-field\-attribute=\fP\f2attribute\-name=action\fP
.br
- \f4\-Mattribute\-name=\fP\f2layout\fP \f3\-\-method\-attribute=\fP\f2attribute\-name=action\fP
+\f4\-Mattribute\-name=\fP\f2layout\fP \f3\-\-method\-attribute=\fP\f2attribute\-name=action\fP
.br
- \f4\-Dattribute\-name=\fP\f2layout\fP \f3\-\-code\-attribute=\fP\f2attribute\-name=action\fP
+\f4\-Dattribute\-name=\fP\f2layout\fP \f3\-\-code\-attribute=\fP\f2attribute\-name=action\fP
.LP
.RS 3
@@ -251,6 +265,7 @@
.LP
With the above four options, the attribute layout can be specified for a class entity, such as Class attribute, Field attribute, Method attribute, and Code attribute. The attribute\-name is the name of the attribute for which the layout or action is being defined. The possible values for action are:
.LP
+.RS 3
.TP 3
some\-layout\-string
The layout language is defined in the JSR 200 specification.
@@ -262,6 +277,8 @@
.TP 3
strip
Upon encountering this attribute, the attribute will be removed from the output. Note: removing VM\-required attributes may cause Class Loader failures.
+.RE
+
.LP
.LP
Example: \f2\-\-class\-attribute=CompilationID=pass\fP will cause the class file containing this attribute to be passed through without further action by the packer.
@@ -369,29 +386,29 @@
.LP
.RS 3
.TP 2
-*
-unpack200 \- JAR Unpacking Tool
+o
+unpack200(1)
.TP 2
-*
-\f2unpack200(1)\fP, \f2jar(1)\fP, \f2jarsigner(1)\fP, \f2attributes(5)\fP man pages
+o
+.na
+\f2Java SE Documentation\fP @
+.fi
+http://java.sun.com/javase/6/docs/index.html
.TP 2
-*
-Java SE Documentation
-.TP 2
-*
+o
.na
\f2Java Deployment Guide \- Pack200\fP @
.fi
http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/pack200.html
.TP 2
-*
-\f2jar\fP \- Java Archive Tool
+o
+jar(1) \- Java Archive Tool
.TP 2
-*
-.na
-\f2jarsigner\fP \- JAR Signer tool @
-.fi
-http://java.sun.com/javase/6/docs/technotes/tools/solaris/jarsigner.html
+o
+jarsigner(1) \- JAR Signer tool
+.TP 2
+o
+\f2attributes(5)\fP man page
.RE
.LP
@@ -403,6 +420,8 @@
This command should not be confused with \f2pack(1)\fP. They are distinctly separate products.
.LP
.LP
-The Java SE API Specification provided with the SDK is the superseding authority, in case of discrepancies.
+The Java SE API Specification provided with the JDK is the superseding authority, in case of discrepancies.
+.LP
+
.LP