diff --git a/src/java.base/share/man/keytool.md b/src/java.base/share/man/keytool.md index 266611e4f1c..89abc9daba8 100644 --- a/src/java.base/share/man/keytool.md +++ b/src/java.base/share/man/keytool.md @@ -1588,7 +1588,7 @@ You can enter the command as a single line such as the following: The command creates the keystore named `mykeystore` in the working directory (provided it doesn't already exist), and assigns it the password specified by -[`-keypass`]{#-keypass}. It generates a public/private key pair for the entity whose +`-keypass`. It generates a public/private key pair for the entity whose distinguished name is `myname`, `mygroup`, `mycompany`, and a two-letter country code of `mycountry`. It uses the RSA key generation algorithm to create the keys; both are 3072 bits. @@ -2363,7 +2363,7 @@ certificates that don't conform to the standard, such as self-signed certificates that would be used for internal testing purposes. Certificates that don't conform to the standard might be rejected by the JDK or other applications. Users should ensure that they provide the correct options for -[`-dname`]{#-dname}, `-ext`, and so on. +`-dname`, `-ext`, and so on. ## Import a New Trusted Certificate diff --git a/src/jdk.jartool/share/man/jarsigner.md b/src/jdk.jartool/share/man/jarsigner.md index cf6c86e0313..18623a3edc6 100644 --- a/src/jdk.jartool/share/man/jarsigner.md +++ b/src/jdk.jartool/share/man/jarsigner.md @@ -797,7 +797,7 @@ the following standards: option. Multiple paths should be separated by the system-dependent path-separator character. -[`-J`]{#-J}*javaoption* +`-J`*javaoption* : Passes through the specified *javaoption* string directly to the Java interpreter. The `jarsigner` command is a wrapper around the interpreter. This option shouldn't contain any spaces. It is useful for adjusting the