RFR: 8262004: Classpath separator: Man page says semicolon; should be colon on Linux [v2]

Adam Sotona asotona at openjdk.java.net
Thu May 5 08:50:21 UTC 2022


> 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

Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:

  path separators documented platform-specific way

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8530/files
  - new: https://git.openjdk.java.net/jdk/pull/8530/files/7a05e4f7..b6dcde54

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8530&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8530&range=00-01

  Stats: 19 lines in 1 file changed: 12 ins; 1 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8530.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8530/head:pull/8530

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


More information about the hotspot-runtime-dev mailing list