--- a/jdk/src/linux/doc/man/jconsole.1 Tue May 10 19:57:30 2011 -0700
+++ b/jdk/src/linux/doc/man/jconsole.1 Wed May 11 08:30:46 2011 -0700
@@ -1,4 +1,4 @@
-." Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+." Copyright (c) 2004, 2011, 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
@@ -19,7 +19,7 @@
." or visit www.oracle.com if you need additional information or have any
." questions.
."
-.TH jconsole 1 "02 Jun 2010"
+.TH jconsole 1 "10 May 2011"
.LP
.SH "Name"
@@ -27,8 +27,6 @@
.LP
.SH "SYNOPSIS"
.LP
-
-.LP
.nf
\f3
.fl
@@ -41,41 +39,40 @@
.LP
.SH "PARAMETERS"
.LP
-
-.LP
.RS 3
.TP 3
options
Options, if used, should follow immediately after the command name.
-.br
.TP 3
connection = pid | host:port | jmxUrl
.RS 3
-\f2pid\fP\ \ \ Process ID of a local Java VM. The Java VM must be running with the same user ID as the user ID running jconsole. See
+.TP 2
+o
+\f2pid\fP Process ID of a local Java VM. The Java VM must be running with the same user ID as the user ID running jconsole. See
.na
\f2JMX Monitoring and Management\fP @
.fi
-http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html for details.
-.br
-\f2host\fP:\f2port\fP\ \ Name of the host system on which the Java VM is running and the port number specified by the system property \f2com.sun.management.jmxremote.port\fP when the Java VM was started. See
+http://download.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.
+.TP 2
+o
+\f2host\fP:\f2port\fP Name of the host system on which the Java VM is running and the port number specified by the system property \f2com.sun.management.jmxremote.port\fP when the Java VM was started. See
.na
\f2JMX Monitoring and Management\fP @
.fi
-http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html for details.
-.br
-\f2jmxUrl\fP\ \ Address of the JMX agent to be connected to as described in
+http://download.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.
+.TP 2
+o
+\f2jmxUrl\fP Address of the JMX agent to be connected to as described in
.na
\f2JMXServiceURL\fP @
.fi
-http://java.sun.com/javase/6/docs/api/javax/management/remote/JMXServiceURL.html.
+http://download.oracle.com/javase/7/docs/api/javax/management/remote/JMXServiceURL.html.
.RE
.RE
.LP
.SH "DESCRIPTION"
.LP
-
-.LP
.LP
The \f3jconsole\fP command launches a graphical console tool that enables you to monitor and manage Java applications and virtual machines on a local or remote machine.
.LP
@@ -84,17 +81,15 @@
.LP
.SH "OPTIONS"
.LP
-
-.LP
.RS 3
.TP 3
\-interval=n
Set the update interval to \f2n\fP seconds (default is 4 seconds).
.TP 3
-\-notile\
+\-notile
Do not tile windows initially (for two or more connections).
.TP 3
-\-pluginpath\ plugins
+\-pluginpath plugins
Specify a list of directories or JAR files which are searched for JConsole plugins. The \f2plugins\fP path should contain a provider\-configuration file named:
.br
.nf
@@ -104,20 +99,19 @@
.fl
\fP
.fi
-.LP
containing one line for each plugin specifying the fully qualified class name of the class implementing the
.na
\f2com.sun.tools.jconsole.JConsolePlugin\fP @
.fi
-http://java.sun.com/javase/6/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.
+http://download.oracle.com/javase/7/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.
.TP 3
-\-version\
+\-version
Output version information and exit.
.TP 3
-\-help\
+\-help
Output help message and exit.
.TP 3
-\-J<flag>\
+\-J<flag>
Pass <flag> to the Java virtual machine on which jconsole is run.
.RE
@@ -130,13 +124,13 @@
.na
\f2Using JConsole\fP @
.fi
-http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html
+http://download.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html
.TP 2
o
.na
\f2Monitoring and Management for Java Platform\fP @
.fi
-http://java.sun.com/javase/6/docs/technotes/guides/management/index.html
+http://download.oracle.com/javase/7/docs/technotes/guides/management/index.html
.RE
.LP