8029043: Update nroff files for JDK 8
Reviewed-by: weijun, alanb, ksrini, naoto
diff --git a/src/linux/doc/man/serialver.1 b/src/linux/doc/man/serialver.1
index cb65314..ba1dfcb 100644
--- a/src/linux/doc/man/serialver.1
+++ b/src/linux/doc/man/serialver.1
@@ -1,97 +1,111 @@
-." 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
-." under the terms of the GNU General Public License version 2 only, as
-." published by the Free Software Foundation.
-."
-." This code is distributed in the hope that it will be useful, but WITHOUT
-." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-." version 2 for more details (a copy is included in the LICENSE file that
-." accompanied this code).
-."
-." You should have received a copy of the GNU General Public License version
-." 2 along with this work; if not, write to the Free Software Foundation,
-." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-."
-." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
-." or visit www.oracle.com if you need additional information or have any
-." questions.
-."
-.TH serialver 1 "10 May 2011"
+'\" t
+.\"  Copyright (c) 1997, 2013, 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

+.\" under the terms of the GNU General Public License version 2 only, as

+.\" published by the Free Software Foundation.

+.\"

+.\" This code is distributed in the hope that it will be useful, but WITHOUT

+.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

+.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License

+.\" version 2 for more details (a copy is included in the LICENSE file that

+.\" accompanied this code).

+.\"

+.\" You should have received a copy of the GNU General Public License version

+.\" 2 along with this work; if not, write to the Free Software Foundation,

+.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

+.\"

+.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA

+.\" or visit www.oracle.com if you need additional information or have any

+.\" questions.

+.\"

+.\"     Arch: generic
+.\"     Software: JDK 8
+.\"     Date: 21 November 2013
+.\"     SectDesc: Remote Method Invocation (RMI) Tools
+.\"     Title: serialver.1
+.\"
+.if n .pl 99999
+.TH serialver 1 "21 November 2013" "JDK 8" "Remote Method Invocation (RMI) Tools"
+.\" -----------------------------------------------------------------

+.\" * Define some portability stuff

+.\" -----------------------------------------------------------------

+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+.\" http://bugs.debian.org/507673

+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html

+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+.ie \n(.g .ds Aq \(aq

+.el       .ds Aq '

+.\" -----------------------------------------------------------------

+.\" * set default formatting

+.\" -----------------------------------------------------------------

+.\" disable hyphenation

+.nh

+.\" disable justification (adjust text to left margin only)

+.ad l

+.\" -----------------------------------------------------------------

+.\" * MAIN CONTENT STARTS HERE *

+.\" -----------------------------------------------------------------

 
-.LP
-.SH "Name"
-serialver \- The Serial Version Command
-.LP
-.LP
-The \f3serialver\fP command returns the \f2serialVersionUID\fP.
-.LP
-.SH "SYNOPSIS"
-.LP
-.nf
-\f3
-.fl
-\fP\f3serialver\fP [ options ] [ classnames ]
-.fl
-.fi
+.SH NAME    
+serialver \- Returns the serial version UID for specified classes\&.
+.SH SYNOPSIS    
+.sp     
+.nf     
 
-.LP
-.RS 3
-.TP 3
-options 
-Command\-line options, as specified in this document. 
-.TP 3
-classnames 
-One or more class names 
-.RE
-
-.LP
-.SH "DESCRIPTION"
-.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
-.RS 3
-.TP 3
-\-classpath <directories and zip/jar files separated by :> 
-Set search path for application classes and resources. 
-.RE
-
-.LP
-.RS 3
-.TP 3
-\-show 
-Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. 
-.TP 3
-\-Joption 
-Pass \f2option\fP to the Java virtual machine, where \f2option\fP is one of the options described on the reference page for the java(1). For example, \f3\-J\-Xms48m\fP sets the startup memory to 48 megabytes. 
-.RE
-
-.LP
-.SH "NOTES"
-.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
-.LP
-\f2\-J\-Djava.security.manager\fP
-.LP
-.LP
-and, if necessary, a security policy can be specified with the following option:
-.LP
-.LP
-\f2\-J\-Djava.security.policy=<policy file>\fP
-.LP
-.SH "SEE ALSO"
-.LP
-.LP
-.na
-\f2java.io.ObjectStreamClass\fP @
-.fi
-http://download.oracle.com/javase/7/docs/api/java/io/ObjectStreamClass.html
-.LP
- 
+\fBserialver\fR [ \fIoptions\fR ] [ \fIclassnames\fR ]
+.fi     
+.sp     
+.TP     
+\fIoptions\fR
+The command-line options\&. See Options\&.
+.TP     
+\fIclassnames\fR
+The classes for which the \f3serialVersionUID\fR is to be returned\&.
+.SH DESCRIPTION    
+The \f3serialver\fR command returns the \f3serialVersionUID\fR for one or more classes in a form suitable for copying into an evolving class\&. When called with no arguments, the \f3serialver\fR command prints a usage line\&.
+.SH OPTIONS    
+.TP
+-classpath \fIpath-files\fR
+.br
+Sets the search path for application classes and resources\&. Separate classes and resources with a colon (:)\&.
+.TP
+-show
+.br
+Displays a simple user interface\&. Enter the full class name and press either the \fIEnter\fR key or the \fIShow\fR button to display the \f3serialVersionUID\fR\&.
+.TP
+-J\fIoption\fR
+.br
+Passes \f3option\fR to the Java Virtual Machine, where option is one of the options described on the reference page for the Java application launcher\&. For example, \f3-J-Xms48m\fR sets the startup memory to 48 MB\&. See java(1)\&.
+.SH NOTES    
+The \f3serialver\fR command loads and initializes the specified classes in its virtual machine, and by default, it does not set a security manager\&. If the \f3serialver\fR command is to be run with untrusted classes, then a security manager can be set with the following option:
+.sp     
+.nf     
+\f3\-J\-Djava\&.security\&.manager\fP
+.fi     
+.nf     
+\f3\fP
+.fi     
+.sp     
+When necessary, a security policy can be specified with the following option:
+.sp     
+.nf     
+\f3\-J\-Djava\&.security\&.policy=<policy file>\fP
+.fi     
+.nf     
+\f3\fP
+.fi     
+.sp     
+.SH SEE\ ALSO    
+.TP 0.2i    
+\(bu
+policytool(1)
+.TP 0.2i    
+\(bu
+The \f3java\&.io\&.ObjectStream\fR class description at http://docs\&.oracle\&.com/javase/8/docs/api/java/io/ObjectStreamClass\&.html
+.RE

+.br

+'pl 8.5i

+'bp