--- a/jdk/src/linux/doc/man/serialver.1 Tue May 10 19:57:30 2011 -0700
+++ b/jdk/src/linux/doc/man/serialver.1 Wed May 11 08:30:46 2011 -0700
@@ -1,4 +1,4 @@
-." Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+." Copyright (c) 1997, 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,23 +19,17 @@
." or visit www.oracle.com if you need additional information or have any
." questions.
."
-.TH serialver 1 "02 Jun 2010"
+.TH serialver 1 "10 May 2011"
.LP
.SH "Name"
serialver \- The Serial Version Command
.LP
-.RS 3
-
-.LP
.LP
The \f3serialver\fP command returns the \f2serialVersionUID\fP.
.LP
-.RE
.SH "SYNOPSIS"
.LP
-
-.LP
.nf
\f3
.fl
@@ -45,9 +39,6 @@
.LP
.RS 3
-
-.LP
-.RS 3
.TP 3
options
Command\-line options, as specified in this document.
@@ -57,18 +48,13 @@
.RE
.LP
-.RE
.SH "DESCRIPTION"
.LP
-
-.LP
.LP
\f3serialver\fP returns the \f2serialVersionUID\fP for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments it prints a usage line.
.LP
.SH "OPTIONS"
.LP
-
-.LP
.RS 3
.TP 3
\-classpath <directories and zip/jar files separated by :>
@@ -88,36 +74,24 @@
.LP
.SH "NOTES"
.LP
-
-.LP
.LP
The \f3serialver\fP command loads and initializes the specified classes in its virtual machine, and by default, it does not set a security manager. If \f3serialver\fP is to be run with untrusted classes, a security manager can be set with the following option:
.LP
-.RS 3
-
-.LP
.LP
\f2\-J\-Djava.security.manager\fP
.LP
-.RE
.LP
and, if necessary, a security policy can be specified with the following option:
.LP
-.RS 3
-
-.LP
.LP
\f2\-J\-Djava.security.policy=<policy file>\fP
.LP
-.RE
.SH "SEE ALSO"
.LP
-
-.LP
.LP
.na
\f2java.io.ObjectStreamClass\fP @
.fi
-http://java.sun.com/javase/6/docs/api/java/io/ObjectStreamClass.html
+http://download.oracle.com/javase/7/docs/api/java/io/ObjectStreamClass.html
.LP