8312104: Update java man pages to include new security category in -XshowSettings

Reviewed-by: lancea
This commit is contained in:
Sean Coffey 2024-05-03 15:18:38 +00:00
parent 87bb66cea1
commit 77b71222a0

View file

@ -1103,8 +1103,7 @@ following:
.RS
.TP
\f[V]all\f[R]
Shows all categories of settings.
This is the default value.
Shows all categories of settings in \f[B]verbose\f[R] detail.
.TP
\f[V]locale\f[R]
Shows settings related to locale.
@ -1112,6 +1111,21 @@ Shows settings related to locale.
\f[V]properties\f[R]
Shows settings related to system properties.
.TP
\f[V]security\f[R]
Shows all settings related to security.
.RS
.PP
sub-category arguments for \f[V]security\f[R] include the following:
.IP \[bu] 2
\f[V]security:all\f[R] : shows all security settings
.IP \[bu] 2
\f[V]security:properties\f[R] : shows security properties
.IP \[bu] 2
\f[V]security:providers\f[R] : shows static security provider settings
.IP \[bu] 2
\f[V]security:tls\f[R] : shows TLS related security settings
.RE
.TP
\f[V]vm\f[R]
Shows the settings of the JVM.
.TP