Open keturn opened 2 years ago
That presumably comes from the upstream codebase at https://github.com/openjdk/jdk11u/blob/master/src/solaris/doc/sun/man/man1/java.1 so is not something we can resolve at Adoptium
It says the files are generated: https://github.com/adoptium/jdk11u/blob/87e0662a7336cbdb3de30a0c597f1588b44483e9/src/linux/doc/man/DO_NOT_EDIT--GENERATED_FILES#L1-L2
Could the build re-generate them?
Generate them from what? We just run the standard openjdk build process and those files are presumably generated in some form somewhere else before being put into the openjdk github repository. We have no control or involvement over that part of the process and Adoptium would not wish to write and maintain our own versions.
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. It will be closed soon unless the stale label is removed by a committer, or a new comment is made.
What are you trying to do?
Learn the options available for the JVM.
Expected behaviour:
man java
(orman -l man/man1/java.1
) shows me documentation corresponding to the program inbin/java
, including information about the JVM in this distribution.Observed behaviour:
man -l man/man1/java.1
in a recent build of temurin-11 shows me documentation for some build of JDK 8 in 2015.