Skip to content

Commit 0bb9c76

Browse files
committed
8324089: Fix typo in the manual page for "jcmd" (man jcmd)
Reviewed-by: mgronlun, kevinw
1 parent 3e3f83f commit 0bb9c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jdk.jcmd/share/man/jcmd.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ is not used: \[aq]m\[aq] or \[aq]M\[aq] for megabytes OR \[aq]g\[aq] or
528528
If no name is given, data from all recordings is dumped.
529529
(STRING, no default value)
530530
.IP \[bu] 2
531-
\f[V]path-to-gc-root\f[R]: (Optional) Flag for saving the path to
531+
\f[V]path-to-gc-roots\f[R]: (Optional) Flag for saving the path to
532532
garbage collection (GC) roots at the time the recording data is dumped.
533533
The path information is useful for finding memory leaks but collecting
534534
it can cause the application to pause for a short period of time.
@@ -606,7 +606,7 @@ Make note of the generated name that is shown in the response to the
606606
command so that you can use it with other commands.
607607
(STRING, system-generated default name)
608608
.IP \[bu] 2
609-
\f[V]path-to-gc-root\f[R]: (Optional) Flag for saving the path to
609+
\f[V]path-to-gc-roots\f[R]: (Optional) Flag for saving the path to
610610
garbage collection (GC) roots at the end of a recording.
611611
The path information is useful for finding memory leaks but collecting
612612
it is time consuming.

0 commit comments

Comments
 (0)