Description: Minor fixes to the manpages (hyphens, typos)
Author: Faidon Liambotis <paravoid@debian.org>
Last-Update: 2012-05-23

--- a/radsecproxy.conf.5.xml
+++ b/radsecproxy.conf.5.xml
@@ -23,7 +23,7 @@
       When the proxy server starts, it will first check the command
       line arguments, and then read the configuration file. Normally
       radsecproxy will read the configuration file
-      <filename>/usr/local/etc/radsecproxy.conf</filename>. The command line
+      <filename>/etc/radsecproxy.conf</filename>. The command line
       <option>-c</option> option can be used to instead read an
       alternate file (see
       <citerefentry>
@@ -103,7 +103,7 @@ blocktype name {
       shell globbing to specify multiple files, e.g.:
       <blockquote>
         <para>
-	  include /usr/local/etc/radsecproxy.conf.d/*.conf
+	  include /etc/radsecproxy.conf.d/*.conf
         </para>
       </blockquote>
       The files are sorted alphabetically. Included files are read in
@@ -950,7 +950,7 @@ blocktype name {
       <literal>defaultClient</literal> and
       <literal>defaultServer</literal>. Note that these defaults are
       only used for rewrite on input. No rewriting is done on output
-      unless explicitly specifed using the
+      unless explicitly specified using the
       <literal>rewriteOut</literal> option.
     </para>
     <para>
--- a/radsecproxy.1
+++ b/radsecproxy.1
@@ -5,7 +5,7 @@ radsecproxy - a generic RADIUS proxy tha
 
 .SH "SYNOPSIS"
 .HP 12
-radsecproxy [-c configfile] [-d debuglevel] [-f] [-i pidfile] [-p] [-v]
+radsecproxy [\-c configfile] [\-d debuglevel] [\-f] [\-i pidfile] [\-p] [\-v]
 .sp
 
 .SH "DESCRIPTION"
@@ -34,7 +34,7 @@ where some RADIUS nodes use only IPv4 an
 
 .SH "OPTIONS"
 .TP
-.B -f
+.B \-f
 .sp
 \fIRun in foreground\fR
 .sp
@@ -42,7 +42,7 @@ By specifying this option, the proxy wil
 is, it won't detach. Also all logging will be done to stderr.
 
 .TP
-.B -d <debug level>
+.B \-d <debug level>
 .sp
 \fIDebug level\fR
 .sp
@@ -51,7 +51,7 @@ This specifies the debug level. It must
 logs errors, warnings and a few informational messages.
 
 .TP
-.B -p
+.B \-p
 .sp
 \fIPretend\fR
 .sp
@@ -62,7 +62,7 @@ may be used to verify configuration file
 instance is running.
 
 .TP
-.B -v
+.B \-v
 .sp
 \fIPrint version\fR
 .sp
@@ -70,7 +70,7 @@ When this option is specified, the proxy
 information and exit.
 
 .TP
-.B -c <config file path>
+.B \-c <config file path>
 .sp
 \fIConfig file path\fR
 .sp
@@ -78,7 +78,7 @@ This option allows you to specify which
 if you want to use a config file that is not in any of the default locations.
 
 .TP
-.B -i <pid file path>
+.B \-i <pid file path>
 .sp
 \fIPID file path\fR
 .sp
--- a/radsecproxy-hash.1
+++ b/radsecproxy-hash.1
@@ -5,7 +5,7 @@ radsecproxy-hash - print digests of Ethe
 
 .SH "SYNOPSIS"
 .HP 12
-radsecproxy-hash [-h] [-k key] [-t type]
+radsecproxy-hash [\-h] [\-k key] [\-t type]
 .sp
 
 .SH "DESCRIPTION"
@@ -14,15 +14,15 @@ input.
 
 .SH "OPTIONS"
 .TP
-.B -h
+.B \-h
 \fIdisplay help and exit\fR
 
 .TP
-.B -k key
+.B \-k key
 \fIuse KEY for HMAC calculation\fR
 
 .TP
-.B -t type
+.B \-t type
 \fIprint digest of type TYPE [hash|hmac]\fR
 
 
