On Mon, 18 Jul 2022 23:27:58 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> src/java.base/share/man/keytool.1 line 456: >> >>> 454: \f[CB]PrivateKeyEntry\f[R] for the signer that already exists in the >>> 455: keystore. >>> 456: This option is used to sign the certificate with the signer?s private >> >> Not a problem with this PR as such, but we still have a `?` character in the >> output. > > Yeah I spotted that too, but it would need to be fixed in source and nroff. > Must be some kind of "smart quote" from an editor. Do you think this needs to > be fixed or just handle it in mainline? Filed [JDK-8290626](https://bugs.openjdk.org/browse/JDK-8290626). It can easily be fixed before RDP2. ------------- PR: https://git.openjdk.org/jdk19/pull/145