RFR: 8359123: Misleading examples in jmod man page

Christian Stein cstein at openjdk.org
Thu Jun 12 09:24:05 UTC 2025


On Thu, 12 Jun 2025 07:57:20 GMT, Ana Maria Mihalceanu <duke at openjdk.org> wrote:

> Please review my PR. This PR includes the following:
> 
> - [ ] Fix a small typo in a word and copyright

src/jdk.jlink/share/man/jmod.md line 183:

> 181: `--target-platform` *platform*
> 182: :   Specifies the target platform. The value is a string that identifies 
> 183:     the plarform the module is intended for, typically in the form `<os>-<arch>`.

Suggestion:

    the platform this module is intended for, typically in the form `<os>-<arch>`.

src/jdk.jlink/share/man/jmod.md line 194:

> 192:     you would ordinarily enter in a command prompt. Options may appear on one
> 193:     line or on several lines. You may not specify environment variables for
> 194:     path names. You may comment out lines by prefixing a hash symbol (`#`) to

_Baxinga!_

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25772#discussion_r2142129840
PR Review Comment: https://git.openjdk.org/jdk/pull/25772#discussion_r2142130779


More information about the core-libs-dev mailing list