RFR: 8344056: Use markdown format for man pages [v3]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Nov 15 15:11:46 UTC 2024
On Fri, 15 Nov 2024 15:00:39 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix regexes in CheckManPageOptions
>
> test/langtools/jdk/javadoc/tool/CheckManPageOptions.java line 277:
>
>> 275:
>> 276: // In the defining areas, option names are represented as follows:
>> 277: // `OPTION` or `OPTION`
>
> `OPTION` or `OPTION` ... where's the difference?
Some options have multiple variants displayed on a single row, like:
`--classpath` or `-cp`
This was handled in the troff format but not updated for markdown.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22081#discussion_r1843969778
More information about the hotspot-jfr-dev
mailing list