mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8250596: Update remaining manpage references from "OS X" to "macOS"
Reviewed-by: mullan, cjplummer, dholmes, sspitsyn
This commit is contained in:
parent
948f3b3c24
commit
3b430b9f73
7 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
.\" Copyright (c) 1998, 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
|
||||
|
@ -2354,7 +2354,7 @@ file.
|
|||
The security properties file is called \f[V]java.security\f[R], and
|
||||
resides in the security properties directory:
|
||||
.IP \[bu] 2
|
||||
\f[B]Linux and OS X:\f[R] \f[V]java.home/lib/security\f[R]
|
||||
\f[B]Linux and macOS:\f[R] \f[V]java.home/lib/security\f[R]
|
||||
.IP \[bu] 2
|
||||
\f[B]Windows:\f[R] \f[V]java.home\[rs]lib\[rs]security\f[R]
|
||||
.PP
|
||||
|
@ -2632,7 +2632,7 @@ A certificates file named \f[V]cacerts\f[R] resides in the security
|
|||
properties directory:
|
||||
.RS
|
||||
.IP \[bu] 2
|
||||
\f[B]Linux and OS X:\f[R] \f[I]JAVA_HOME\f[R]\f[V]/lib/security\f[R]
|
||||
\f[B]Linux and macOS:\f[R] \f[I]JAVA_HOME\f[R]\f[V]/lib/security\f[R]
|
||||
.IP \[bu] 2
|
||||
\f[B]Windows:\f[R] \f[I]JAVA_HOME\f[R]\f[V]\[rs]lib\[rs]security\f[R]
|
||||
.PP
|
||||
|
@ -2643,8 +2643,8 @@ System administrators can configure and manage that file with the
|
|||
type.
|
||||
The \f[V]cacerts\f[R] keystore file ships with a default set of root CA
|
||||
certificates.
|
||||
For Linux, OS X, and Windows, you can list the default certificates with
|
||||
the following command:
|
||||
For Linux, macOS, and Windows, you can list the default certificates
|
||||
with the following command:
|
||||
.RS
|
||||
.PP
|
||||
\f[V]keytool -list -cacerts\f[R]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue