8250596: Update remaining manpage references from "OS X" to "macOS"

Reviewed-by: mullan, cjplummer, dholmes, sspitsyn
This commit is contained in:
Adam Sotona 2023-05-05 08:54:53 +00:00
parent 948f3b3c24
commit 3b430b9f73
7 changed files with 23 additions and 23 deletions

View file

@ -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. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" 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 The security properties file is called \f[V]java.security\f[R], and
resides in the security properties directory: resides in the security properties directory:
.IP \[bu] 2 .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 .IP \[bu] 2
\f[B]Windows:\f[R] \f[V]java.home\[rs]lib\[rs]security\f[R] \f[B]Windows:\f[R] \f[V]java.home\[rs]lib\[rs]security\f[R]
.PP .PP
@ -2632,7 +2632,7 @@ A certificates file named \f[V]cacerts\f[R] resides in the security
properties directory: properties directory:
.RS .RS
.IP \[bu] 2 .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 .IP \[bu] 2
\f[B]Windows:\f[R] \f[I]JAVA_HOME\f[R]\f[V]\[rs]lib\[rs]security\f[R] \f[B]Windows:\f[R] \f[I]JAVA_HOME\f[R]\f[V]\[rs]lib\[rs]security\f[R]
.PP .PP
@ -2643,8 +2643,8 @@ System administrators can configure and manage that file with the
type. type.
The \f[V]cacerts\f[R] keystore file ships with a default set of root CA The \f[V]cacerts\f[R] keystore file ships with a default set of root CA
certificates. certificates.
For Linux, OS X, and Windows, you can list the default certificates with For Linux, macOS, and Windows, you can list the default certificates
the following command: with the following command:
.RS .RS
.PP .PP
\f[V]keytool -list -cacerts\f[R] \f[V]keytool -list -cacerts\f[R]

View file

@ -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. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -197,8 +197,8 @@ The keystore is by default stored in a file named \f[V].keystore\f[R] in
the user\[aq]s home directory, as determined by the \f[V]user.home\f[R] the user\[aq]s home directory, as determined by the \f[V]user.home\f[R]
system property. system property.
.PP .PP
\f[B]Linux and OS X:\f[R] \f[V]user.home\f[R] defaults to the user\[aq]s \f[B]Linux and macOS:\f[R] \f[V]user.home\f[R] defaults to the
home directory. user\[aq]s home directory.
.PP .PP
The input stream from the \f[V]-keystore\f[R] option is passed to the The input stream from the \f[V]-keystore\f[R] option is passed to the
\f[V]KeyStore.load\f[R] method. \f[V]KeyStore.load\f[R] method.
@ -1159,7 +1159,7 @@ KeyUsage extension that doesn\[aq]t allow it to sign a file, the
\f[V]-strict\f[R] option is specified. \f[V]-strict\f[R] option is specified.
.PP .PP
\f[B]Note:\f[R] Exit codes are reused because only the values from 0 to \f[B]Note:\f[R] Exit codes are reused because only the values from 0 to
255 are legal on Linux and OS X. 255 are legal on Linux and macOS.
.PP .PP
The following sections describes the names, codes, and descriptions of The following sections describes the names, codes, and descriptions of
the errors and warnings that the \f[V]jarsigner\f[R] command can issue. the errors and warnings that the \f[V]jarsigner\f[R] command can issue.

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 2004, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -548,7 +548,7 @@ The \f[I]lvmid\f[R] is typically, but not necessarily, the operating
system\[aq]s process identifier for the target JVM process. system\[aq]s process identifier for the target JVM process.
You can use the \f[V]jps\f[R] command to determine the \f[I]lvmid\f[R] You can use the \f[V]jps\f[R] command to determine the \f[I]lvmid\f[R]
provided the JVM processes is not running in a separate docker instance. provided the JVM processes is not running in a separate docker instance.
You can also determine the \f[I]lvmid\f[R] on Linux and OS X platforms You can also determine the \f[I]lvmid\f[R] on Linux and macOS platforms
with the \f[V]ps\f[R] command, and on Windows with the Windows Task with the \f[V]ps\f[R] command, and on Windows with the Windows Task
Manager. Manager.
.TP .TP

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -116,7 +116,7 @@ Provides a search path for resolution of dependent classes.
directories separated by the system-specific path separator. directories separated by the system-specific path separator.
For example: For example:
.IP \[bu] 2 .IP \[bu] 2
\f[B]Linux and OS X:\f[R] \f[B]Linux and macOS:\f[R]
.RS 2 .RS 2
.RS .RS
.PP .PP

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -275,7 +275,7 @@ classes in that containing archive are analyzed.
The following example demonstrates analyzing the dependencies of the The following example demonstrates analyzing the dependencies of the
\f[V]Notepad.jar\f[R] file. \f[V]Notepad.jar\f[R] file.
.PP .PP
\f[B]Linux and OS X:\f[R] \f[B]Linux and macOS:\f[R]
.IP .IP
.nf .nf
\f[CB] \f[CB]

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -223,7 +223,7 @@ create --class-path mods/com.greetings --module-path mlib
--cmds commands --config configfiles --header-files src/h --cmds commands --config configfiles --header-files src/h
--libs lib --main-class com.greetings.Main --libs lib --main-class com.greetings.Main
--man-pages man --module-version 1.0 --man-pages man --module-version 1.0
--os-arch \[dq]x86_x64\[dq] --os-name \[dq]Mac OS X\[dq] --os-arch \[dq]x86_x64\[dq] --os-name \[dq]macOS\[dq]
--os-version \[dq]10.10.5\[dq] greetingsmod --os-version \[dq]10.10.5\[dq] greetingsmod
\f[R] \f[R]
.fi .fi
@ -248,7 +248,7 @@ The following is an example of creating a JMOD file:
jmod create --class-path mods/com.greetings --cmds commands jmod create --class-path mods/com.greetings --cmds commands
--config configfiles --header-files src/h --libs lib --config configfiles --header-files src/h --libs lib
--main-class com.greetings.Main --man-pages man --module-version 1.0 --main-class com.greetings.Main --man-pages man --module-version 1.0
--os-arch \[dq]x86_x64\[dq] --os-name \[dq]Mac OS X\[dq] --os-arch \[dq]x86_x64\[dq] --os-name \[dq]macOS\[dq]
--os-version \[dq]10.10.5\[dq] greetingsmod --os-version \[dq]10.10.5\[dq] greetingsmod
\f[R] \f[R]
.fi .fi
@ -396,7 +396,7 @@ from the directory \f[V]jmodhashex\f[R].
Run the following command from the \f[V]jmodhashex2\f[R] directory: Run the following command from the \f[V]jmodhashex2\f[R] directory:
.RS 4 .RS 4
.IP \[bu] 2 .IP \[bu] 2
\f[B]Linux and OS X:\f[R] \f[B]Linux and macOS:\f[R]
.RS 2 .RS 2
.RS .RS
.PP .PP

View file

@ -1,4 +1,4 @@
.\" Copyright (c) 2004, 2022, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 2004, 2023, Oracle and/or its affiliates. All rights reserved.
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\" .\"
.\" This code is free software; you can redistribute it and/or modify it .\" This code is free software; you can redistribute it and/or modify it
@ -107,9 +107,9 @@ The \f[V]jstatd\f[R] server can monitor only JVMs for which it has the
appropriate native access permissions. appropriate native access permissions.
Therefore, the \f[V]jstatd\f[R] process must be running with the same Therefore, the \f[V]jstatd\f[R] process must be running with the same
user credentials as the target JVMs. user credentials as the target JVMs.
Some user credentials, such as the root user in Linux and OS X operating Some user credentials, such as the root user in Linux and macOS
systems, have permission to access the instrumentation exported by any operating systems, have permission to access the instrumentation
JVM on the system. exported by any JVM on the system.
A \f[V]jstatd\f[R] process running with such credentials can monitor any A \f[V]jstatd\f[R] process running with such credentials can monitor any
JVM on the system, but introduces additional security concerns. JVM on the system, but introduces additional security concerns.
.PP .PP