8288232: Address typos in jar man page

Reviewed-by: joehw, naoto, bpb
This commit is contained in:
Lance Andersen 2022-11-03 17:05:28 +00:00
parent 2ff9d3af81
commit 68209adfa7

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -21,7 +21,7 @@
.\" .\"
.\" Automatically generated by Pandoc 2.3.1 .\" Automatically generated by Pandoc 2.3.1
.\" .\"
.TH "JAR" "1" "2023" "JDK 20\-ea" "JDK Commands" .TH "JAR" "1" "2022" "JDK 20\-internal" "JDK Commands"
.hy .hy
.SH NAME .SH NAME
.PP .PP
@ -92,7 +92,7 @@ Creates the archive.
.RS .RS
.RE .RE
.TP .TP
.B \f[CB]\-i=\f[R]\f[I]FILE\f[R] or \f[CB]\-\-generate\-index=\f[R]\f[I]FILE\f[R] .B \f[CB]\-i\f[R] \f[I]FILE\f[R] or \f[CB]\-\-generate\-index=\f[R]\f[I]FILE\f[R]
Generates index information for the specified JAR file. Generates index information for the specified JAR file.
.RS .RS
.RE .RE
@ -130,7 +130,7 @@ specified at the end of the command line.
\f[I]VERSION\f[R]] [\f[CB]\-C\f[R] \f[I]dir\f[R]] \f[I]files\f[R]] \f[I]VERSION\f[R]] [\f[CB]\-C\f[R] \f[I]dir\f[R]] \f[I]files\f[R]]
.RE .RE
.TP .TP
.B \f[CB]\-f=\f[R]\f[I]FILE\f[R] or \f[CB]\-\-file=\f[R]\f[I]FILE\f[R] .B \f[CB]\-f\f[R] \f[I]FILE\f[R] or \f[CB]\-\-file=\f[R]\f[I]FILE\f[R]
Specifies the archive file name. Specifies the archive file name.
.RS .RS
.RE .RE
@ -161,13 +161,13 @@ Sends or prints verbose output to standard output.
You can use the following options to customize the actions of the create You can use the following options to customize the actions of the create
and the update main operation modes: and the update main operation modes:
.TP .TP
.B \f[CB]\-e=\f[R]\f[I]CLASSNAME\f[R] or \f[CB]\-\-main\-class=\f[R]\f[I]CLASSNAME\f[R] .B \f[CB]\-e\f[R] \f[I]CLASSNAME\f[R] or \f[CB]\-\-main\-class=\f[R]\f[I]CLASSNAME\f[R]
Specifies the application entry point for standalone applications Specifies the application entry point for standalone applications
bundled into a modular or executable modular JAR file. bundled into a modular or executable modular JAR file.
.RS .RS
.RE .RE
.TP .TP
.B \f[CB]\-m=\f[R]\f[I]FILE\f[R] or \f[CB]\-\-manifest=\f[R]\f[I]FILE\f[R] .B \f[CB]\-m\f[R] \f[I]FILE\f[R] or \f[CB]\-\-manifest=\f[R]\f[I]FILE\f[R]
Includes the manifest information from the given manifest file. Includes the manifest information from the given manifest file.
.RS .RS
.RE .RE