/hg/icedtea-web: Escaped the minus signs in the policyeditor man...

aazores at icedtea.classpath.org aazores at icedtea.classpath.org
Tue Jul 8 16:03:13 UTC 2014


changeset 8d268909bdb6 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=8d268909bdb6
author: Emmanuel Bourg <ebourg at apache.org>
date: Tue Jul 08 17:24:32 2014 +0200

	Escaped the minus signs in the policyeditor manpage


diffstat:

 ChangeLog           |   4 ++++
 netx/policyeditor.1 |  12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 3fa789df69e7 -r 8d268909bdb6 ChangeLog
--- a/ChangeLog	Thu Jul 03 23:25:18 2014 +0200
+++ b/ChangeLog	Tue Jul 08 17:24:32 2014 +0200
@@ -1,3 +1,7 @@
+2014-07-08  Emmanuel Bourg  <ebourg at apache.org>
+
+       * netx/policyeditor.1: Escaped the minus signs in the policyeditor manpage
+
 2014-07-03  Jacob Wisor  <gitne at gmx.de>
 
 	* netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java: Fix
diff -r 3fa789df69e7 -r 8d268909bdb6 netx/policyeditor.1
--- a/netx/policyeditor.1	Thu Jul 03 23:25:18 2014 +0200
+++ b/netx/policyeditor.1	Tue Jul 08 17:24:32 2014 +0200
@@ -33,22 +33,22 @@
 .SH OPTIONS
 
 .TP
--help
+\-help
 Prints a short help text and exits.
 
 .TP
--file policy_file
+\-file policy_file
 Specifies a policy file path to open. If exactly one argument is given, and it
 is not this flag, it is interpreted as a file path to open, as if this flag
 was given first. This flag exists mostly for compatibility with Policy Tool,
-but is also needed when opening a policy file and also using the -codebase flag.
+but is also needed when opening a policy file and also using the \-codebase flag.
 
 .TP
--codebase url
+\-codebase url
 Specifies an applet codebase URL. If the specified codebase already exists in
 the policy file (if any), then it will be selected when the editor opens. If
 it is a new codebase then it will be added and selected. Multiple URLs may also
-be given with a single -codebase flag by separating them with spaces. In this
+be given with a single \-codebase flag by separating them with spaces. In this
 case, the last codebase given will be selected, and all will be added. If this
 flag is given more than once, only the first is used.
 
@@ -59,7 +59,7 @@
 Show the GUI editor
 
 .TP
-policyeditor -file $HOME/.config/icedtea-web/security/java.policy
+policyeditor \-file $HOME/.config/icedtea-web/security/java.policy
 Opens the default user-level policy file location
 
 


More information about the distro-pkg-dev mailing list