Integrated: 8262004: Classpath separator: Man page says semicolon; should be colon on Linux

Adam Sotona asotona at openjdk.java.net
Fri May 6 06:03:55 UTC 2022


On Wed, 4 May 2022 09:28:22 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> Man file for the java command in JDK, the arguments such as -classpath, --module-path and --upgrade-module-path say "A semicolon (;) separated list of directories"
> 
> Please review this fix correcting the text to "A colon (:) separated list of directories".
> 
> Thanks,
> Adam

This pull request has now been integrated.

Changeset: 015cfda8
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/015cfda8e141eaaa3bad60e669c24e53039ca364
Stats:     21 lines in 1 file changed: 9 ins; 4 del; 8 mod

8262004: Classpath separator: Man page says semicolon; should be colon on Linux

Reviewed-by: dholmes

-------------

PR: https://git.openjdk.java.net/jdk/pull/8530


More information about the hotspot-runtime-dev mailing list