Skip to content

Commit 0e555b5

Browse files
committedJul 23, 2024
8204582: Extra spaces in jlink documentation make it incorrect.
Reviewed-by: alanb
1 parent a2a236f commit 0e555b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/jdk.jlink/share/man/jlink.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ into a custom runtime image
4444
.SH SYNOPSIS
4545
.PP
4646
\f[V]jlink\f[R] [\f[I]options\f[R]] \f[V]--module-path\f[R]
47-
\f[I]modulepath\f[R] \f[V]--add-modules\f[R] \f[I]module\f[R] [,
48-
\f[I]module\f[R]...]
47+
\f[I]modulepath\f[R] \f[V]--add-modules\f[R]
48+
\f[I]module\f[R][,\f[I]module\f[R]...]
4949
.TP
5050
\f[I]options\f[R]
5151
Command-line options separated by spaces.
@@ -69,7 +69,7 @@ transitive dependences, to create a custom runtime image.
6969
Developers are responsible for updating their custom runtime images.
7070
.SH JLINK OPTIONS
7171
.TP
72-
\f[V]--add-modules\f[R] \f[I]mod\f[R] [\f[V],\f[R] \f[I]mod\f[R]...]
72+
\f[V]--add-modules\f[R] \f[I]mod\f[R][\f[V],\f[R]\f[I]mod\f[R]...]
7373
Adds the named modules, \f[I]mod\f[R], to the default set of root
7474
modules.
7575
The default set of root modules is empty.
@@ -110,7 +110,7 @@ Specifies the launcher command name for the module or the command name
110110
for the module and main class (the module and the main class names are
111111
separated by a slash (\f[V]/\f[R])).
112112
.TP
113-
\f[V]--limit-modules\f[R] \f[I]mod\f[R] [\f[V],\f[R] \f[I]mod\f[R]...]
113+
\f[V]--limit-modules\f[R] \f[I]mod\f[R][\f[V],\f[R]\f[I]mod\f[R]...]
114114
Limits the universe of observable modules to those in the transitive
115115
closure of the named modules, \f[V]mod\f[R], plus the main module, if
116116
any, plus any further modules specified in the \f[V]--add-modules\f[R]

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Jul 23, 2024

@openjdk-notifier[bot]
Please sign in to comment.