jdk/src/solaris/doc/sun/man/man1/pack200.1
changeset 2692 345bc8d65b19
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/solaris/doc/sun/man/man1/pack200.1	Thu Apr 30 15:04:39 2009 -0700
+++ b/jdk/src/solaris/doc/sun/man/man1/pack200.1	Mon May 04 18:28:26 2009 -0700
@@ -1,5 +1,4 @@
-.'" t
-." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
+." Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 ."
 ." This code is free software; you can redistribute it and/or modify it
@@ -19,12 +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"
@@ -40,6 +39,7 @@
 .RS 3
 
 .LP
+.RS 3
 .TP 3
 options 
 Command\-line options. 
@@ -49,6 +49,8 @@
 .TP 3
 JAR\-file 
 Name of the input file. 
+.RE
+
 .LP
 .RE
 .SH "DESCRIPTION"
@@ -64,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
@@ -176,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
@@ -196,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
@@ -223,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. 
@@ -232,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
 
@@ -249,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. 
@@ -260,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.
@@ -367,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
@@ -401,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