Skip to content

Commit

Permalink
8288232: Address typos in jar man page
Browse files Browse the repository at this point in the history
Reviewed-by: joehw, naoto, bpb
  • Loading branch information
Lance Andersen committed Nov 3, 2022
1 parent 2ff9d3a commit 68209ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/jdk.jartool/share/man/jar.1
Original file line number Diff line number Diff line change
@@ -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.
.\"
.\" This code is free software; you can redistribute it and/or modify it
Expand All @@ -21,7 +21,7 @@
.\"
.\" 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
.SH NAME
.PP
Expand Down Expand Up @@ -92,7 +92,7 @@ Creates the archive.
.RS
.RE
.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.
.RS
.RE
Expand Down Expand Up @@ -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]]
.RE
.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.
.RS
.RE
Expand Down Expand Up @@ -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
and the update main operation modes:
.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
bundled into a modular or executable modular JAR file.
.RS
.RE
.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.
.RS
.RE
Expand Down

1 comment on commit 68209ad

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.