diff --git a/pages/common/jarsigner.md b/pages/common/jarsigner.md index b0ab5c1652..696017afd5 100644 --- a/pages/common/jarsigner.md +++ b/pages/common/jarsigner.md @@ -1,7 +1,7 @@ # jarsigner > Sign and verify Java archive (JAR) files. -> More information: . +> More information: . - Sign a JAR file: diff --git a/pages/common/java.md b/pages/common/java.md index 51632931a0..885d1b278e 100644 --- a/pages/common/java.md +++ b/pages/common/java.md @@ -1,7 +1,7 @@ # java > Java application launcher. -> More information: . +> More information: . - Execute a Java `.class` file that contains a main method by using just the class name: diff --git a/pages/common/javac.md b/pages/common/javac.md index 863229fc81..8b86641d8a 100644 --- a/pages/common/javac.md +++ b/pages/common/javac.md @@ -1,7 +1,7 @@ # javac > Java application compiler. -> More information: . +> More information: . - Compile a `.java` file: diff --git a/pages/common/javadoc.md b/pages/common/javadoc.md index 7dbb3e9981..7d0f4edf19 100644 --- a/pages/common/javadoc.md +++ b/pages/common/javadoc.md @@ -1,7 +1,7 @@ # javadoc > Generate Java API documentation in HTML format from source code. -> More information: . +> More information: . - Generate documentation for Java source code and save the result in a directory: diff --git a/pages/common/javap.md b/pages/common/javap.md index c269114ba1..3dc05800cc 100644 --- a/pages/common/javap.md +++ b/pages/common/javap.md @@ -1,7 +1,7 @@ # javap > Disassemble class files and list them. -> More information: . +> More information: . - Disassemble and list one or more `.class` files: diff --git a/pages/common/jdeps.md b/pages/common/jdeps.md index ee6b0e1566..540063c043 100644 --- a/pages/common/jdeps.md +++ b/pages/common/jdeps.md @@ -1,7 +1,7 @@ # jdeps > Java class dependency analyzer. -> More information: . +> More information: . - Analyze the dependencies of a `.jar` or `.class` file: diff --git a/pages/common/jmap.md b/pages/common/jmap.md index df2b6cb029..03136138f0 100644 --- a/pages/common/jmap.md +++ b/pages/common/jmap.md @@ -1,7 +1,7 @@ # jmap > Java memory map tool. -> More information: . +> More information: . - Print shared object mappings for a Java process (output like pmap): diff --git a/pages/common/jps.md b/pages/common/jps.md index 5cab8ccd7b..0cd1fecdc2 100644 --- a/pages/common/jps.md +++ b/pages/common/jps.md @@ -1,7 +1,7 @@ # jps > Show JVM process status of current user. -> More information: . +> More information: . - List all JVM processes: diff --git a/pages/common/keytool.md b/pages/common/keytool.md index 6b8e308538..7172c25989 100644 --- a/pages/common/keytool.md +++ b/pages/common/keytool.md @@ -1,7 +1,7 @@ # keytool > A certificate management utility included with Java. -> More information: . +> More information: . - Create a keystore: diff --git a/pages/common/serialver.md b/pages/common/serialver.md index 0de84dde49..6fb82f2d4e 100644 --- a/pages/common/serialver.md +++ b/pages/common/serialver.md @@ -2,7 +2,7 @@ > Returns the serialVersionUID of classes. > It does not set a security manager by default. -> More information: . +> More information: . - Display the serialVersionUID of a class: