jdk/src/linux/doc/man/policytool.1
changeset 21743 3d979da7bdf0
parent 9573 c02ff5a7c67b
child 31876 91b22707521a
--- a/jdk/src/linux/doc/man/policytool.1	Thu Nov 21 09:23:03 2013 -0800
+++ b/jdk/src/linux/doc/man/policytool.1	Mon Nov 25 20:19:02 2013 -0800
@@ -1,89 +1,115 @@
-." Copyright (c) 2001, 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 policytool 1 "10 May 2011"
+'\" t
+.\"  Copyright (c) 2001, 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: Security Tools
+.\"     Title: policytool.1
+.\"
+.if n .pl 99999
+.TH policytool 1 "21 November 2013" "JDK 8" "Security 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 *
+.\" -----------------------------------------------------------------
+
+.SH NAME    
+policytool \- Reads and writes a plain text policy file based on user input through the utility GUI\&.
+.SH SYNOPSIS    
+.sp     
+.nf     
 
-.LP
-.SH "Name"
-policytool \- PolicyTool Administration GUI Utility
-.LP
-\f3policytool\fP reads and writes a plain text policy file based on user input via the utility GUI.   
-.SH "SYNOPSIS"
-.LP
-.RS 3
-.TP 3
-\  
-.TP 3
-Run the policytool Administrator's utility 
-\f4policytool\fP 
-.TP 3
-Run policytool and load the specified policy file 
-\f4policytool\fP\f2[\-file\ \fP\f2filename\fP\f2]\fP 
-.TP 3
-\  
-.TP 3
-where: 
-.RS 3
-.TP 3
-file 
-directs \f2policytool\fP to load a local policy file 
-.TP 3
-filename 
-The file name 
-.RE
-.SH "DESCRIPTION" 
-.LP
-\f3policytool\fP is a GUI that allows users to create and manage policy files. For details, see 
-.na
-\f2the Policytool Users Guide\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/security/PolicyGuide.html.  
-.SH "OPTIONS" 
-.RS 3
-.TP 3
-file 
-Loads \f2filename\fP. 
-.SH "SEE ALSO" 
-.na
-\f2Default Policy Implementation and Syntax\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/security/PolicyFiles.html
+\fBpolicytool\fR [ \fB\-file\fR ] [ \fIfilename\fR ] 
+.fi     
+.sp     
+.TP
+-file
 .br
-.na
-\f2Policy Tool Users' Guide\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/security/PolicyGuide.html
-.br
-.na
-\f2Security Permissions\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/security/permissions.html
+Directs the \f3policytool\fR command to load a policy file\&.
+.TP     
+\fIfilename\fR
+The name of the file to be loaded\&.
+.PP
+\fIExamples\fR:
+.PP
+Run the policy tool administrator utility:
+.sp     
+.nf     
+\f3policytool\fP
+.fi     
+.nf     
+\f3\fP
+.fi     
+.sp     
+Run the \f3policytool\fR command and load the specified file:
+.sp     
+.nf     
+\f3policytool\-file mypolicyfile\fP
+.fi     
+.nf     
+\f3\fP
+.fi     
+.sp     
+.SH DESCRIPTION    
+The \f3policytool\fR command calls an administrator\&'s GUI that enables system administrators to manage the contents of local policy files\&. A policy file is a plain-text file with a \f3\&.policy\fR extension, that maps remote requestors by domain, to permission objects\&. For details, see Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
+.SH OPTIONS    
+.TP
+-file
 .br
-.na
-\f2Security Overview\fP @
-.fi
-http://download.oracle.com/javase/7/docs/technotes/guides/security/overview/jsoverview.html
-.br
-.RE
-.RE
-
-.LP
- 
+Directs the \f3policytool\fR command to load a policy file\&.
+.SH SEE\ ALSO    
+.TP 0.2i    
+\(bu
+Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
+.TP 0.2i    
+\(bu
+Policy File Creation and Management at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyGuide\&.html
+.TP 0.2i    
+\(bu
+Permissions in Java SE Development Kit (JDK) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/permissions\&.html
+.TP 0.2i    
+\(bu
+Java Security Overview at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/overview/jsoverview\&.html
+.TP 0.2i    
+\(bu
+Java Cryptography Architecture (JCA) Reference Guide at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html
+.RE
+.br
+'pl 8.5i
+'bp