8330205: Initial troff manpage generation for JDK 24

Reviewed-by: alanb, iris
This commit is contained in:
David Holmes 2024-06-11 01:05:19 +00:00
parent 9691153755
commit 3a01b47ac9
28 changed files with 40 additions and 41 deletions

View File

@ -36,7 +36,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JAVA" "1" "2024" "JDK 24" "JDK Commands"
.TH "JAVA" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
.\" Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\"
.\" This code is free software; you can redistribute it and/or modify it
@ -36,7 +36,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "KEYTOOL" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "KEYTOOL" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP
@ -1747,7 +1747,7 @@ risk.
The \f[V]keytool\f[R] command supports these named extensions.
The names aren\[aq]t case-sensitive.
.TP
\f[V]BC\f[R] or \f[V]BasicContraints\f[R]
\f[V]BC\f[R] or \f[V]BasicConstraints\f[R]
Values:
.RS
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "RMIREGISTRY" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "RMIREGISTRY" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JRUNSCRIPT" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JRUNSCRIPT" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
.\" Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\"
.\" This code is free software; you can redistribute it and/or modify it
@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JAVAC" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JAVAC" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "SERIALVER" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "SERIALVER" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JHSDB" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JHSDB" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JWEBSERVER" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JWEBSERVER" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JAR" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JAR" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -36,7 +36,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JARSIGNER" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JARSIGNER" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JAVADOC" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JAVADOC" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP
@ -218,7 +218,7 @@ summary is required.
For more explicit control in any individual documentation comment,
enclose the contents of the first sentence in a
\f[V]{\[at]summary ...}\f[R] tag, or when applicable, in a
\[ga]{\[at]return ...} tag.
\f[V]{\[at]return ...}\f[R] tag.
.RE
.TP
\f[V]-doclet\f[R] \f[I]class\f[R]
@ -522,7 +522,8 @@ Allow JavaScript in documentation comments, and options whose value is
\f[I]html-code\f[R].
.TP
\f[V]-author\f[R]
Includes the \f[V]\[at]author\f[R] text in the generated docs.
Includes the text of any \f[V]author\f[R] tags in the generated
documentation.
.TP
\f[V]-bottom\f[R] \f[I]html-code\f[R]
Specifies the text to be placed at the bottom of each generated page.
@ -986,8 +987,8 @@ is used.
.RE
.TP
\f[V]-nosince\f[R]
Omits from the generated documents the \f[V]Since\f[R] sections
associated with the \f[V]\[at]since\f[R] tags.
Omits from the generated documentation the \f[V]Since\f[R] sections
derived from any \f[V]since\f[R] tags.
.TP
\f[V]-notimestamp\f[R]
Suppresses the time stamp, which is hidden in an HTML comment in the
@ -1020,9 +1021,6 @@ to the current working directory.
.PP
The file may be an HTML file, with a filename ending in \f[V].html\f[R],
or a Markdown file, with a filename ending in \f[V].md\f[R].
.PD 0
.P
.PD
If the file is an HTML file, the content for the overview documentation
is taken from the \f[V]<main>\f[R] element in the file, if one is
present, or from the \f[V]<body>\f[R] element is there is no
@ -1213,10 +1211,11 @@ To access the generated Use page, go to the class or package and click
the \f[B]USE\f[R] link in the navigation bar.
.TP
\f[V]-version\f[R]
Includes the version text in the generated docs.
Includes the text of any \f[V]version\f[R] tags in the generated
documentation.
This text is omitted by default.
To find out what version of the \f[V]javadoc\f[R] tool you are using,
use the \f[V]--version\f[R] option (with two hyphens).
Note: To find out what version of the \f[V]javadoc\f[R] tool you are
using, use the \f[V]--version\f[R] option (with two hyphens).
.TP
\f[V]-windowtitle\f[R] \f[I]title\f[R]
Specifies the title to be placed in the HTML \f[V]<title>\f[R] tag.

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JCMD" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JCMD" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JINFO" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JINFO" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JMAP" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JMAP" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JPS" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JPS" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JSTACK" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JSTACK" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JSTAT" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JSTAT" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JCONSOLE" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JCONSOLE" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JAVAP" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JAVAP" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JDEPRSCAN" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JDEPRSCAN" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JDEPS" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JDEPS" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JDB" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JDB" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JFR" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JFR" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JLINK" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JLINK" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JMOD" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JMOD" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JPACKAGE" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JPACKAGE" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -36,7 +36,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JSHELL" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JSHELL" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP

View File

@ -35,7 +35,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "JSTATD" "1" "2024" "JDK 23-ea" "JDK Commands"
.TH "JSTATD" "1" "2025" "JDK 24-ea" "JDK Commands"
.hy
.SH NAME
.PP