--- a/jdk/src/linux/doc/man/jstack.1 Tue May 10 19:57:30 2011 -0700
+++ b/jdk/src/linux/doc/man/jstack.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 jstack 1 "02 Jun 2010"
+.TH jstack 1 "10 May 2011"
.LP
.SH "Name"
@@ -29,8 +29,6 @@
.LP
.SH "SYNOPSIS"
.LP
-
-.LP
.nf
\f3
.fl
@@ -45,8 +43,6 @@
.LP
.SH "PARAMETERS"
.LP
-
-.LP
.LP
Options are mutually exclusive. Option, if used, should follow immediately after the command name. See OPTIONS.
.LP
@@ -78,16 +74,11 @@
.LP
.SH "DESCRIPTION"
.LP
-
-.LP
.LP
\f3jstack\fP prints Java stack traces of Java threads for a given Java process or core file or a remote debug server. For each Java frame, the full class name, method name, 'bci' (byte code index) and line number, if available, are printed. With the \-m option, jstack prints both Java and native frames of all threads along with the 'pc' (program counter). For each native frame, the closest native symbol to 'pc', if available, is printed. C++ mangled names are not demangled. To demangle C++ names, the output of this command may be piped to \f3c++filt\fP. If the given process is running on a 64\-bit VM, you may need to specify the \f2\-J\-d64\fP option, e.g.:
.br
.LP
-.RS 3
-
-.LP
.nf
\f3
.fl
@@ -95,7 +86,6 @@
.fl
\fP
.fi
-.RE
.LP
.LP
@@ -106,8 +96,6 @@
.LP
.SH "OPTIONS"
.LP
-
-.LP
.RS 3
.TP 3
\-F
@@ -118,7 +106,7 @@
.na
\f2ownable synchronizers\fP @
.fi
-http://java.sun.com/javase/6/docs/api/java/util/concurrent/locks/AbstractOwnableSynchronizer.html.
+http://download.oracle.com/javase/7/docs/api/java/util/concurrent/locks/AbstractOwnableSynchronizer.html.
.TP 3
\-m
prints mixed mode (both Java and native C/C++ frames) stack trace.
@@ -154,8 +142,6 @@
.LP
.SH "KNOWN BUGS"
.LP
-
-.LP
.LP
Mixed mode stack trace, the \-m option, does not work with the remote debug server.
.LP