From 65ae0b3721b39cefcfa3bb86476d969ae15b5bb3 Mon Sep 17 00:00:00 2001 From: Faidon Liambotis Date: Wed, 23 May 2012 08:59:53 +0200 Subject: [PATCH] manpage fix: use minus signs instead of hyphens To: radsecproxy@uninett.no Cc: Faidon Liambotis Date: Wed, 23 May 2012 01:50:26 +0300 groff interprets "-" as hyphens (U+2010) and not as minus signs (U+002D). Process arguments are clearly being done with minus signs, so escape them properly and make copy/paste work again. --- radsecproxy-hash.1 | 8 ++++---- radsecproxy.1 | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/radsecproxy-hash.1 b/radsecproxy-hash.1 index fbe6c27..6055433 100644 --- a/radsecproxy-hash.1 +++ b/radsecproxy-hash.1 @@ -5,7 +5,7 @@ radsecproxy-hash - print digests of Ethernet MAC addresses .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 diff --git a/radsecproxy.1 b/radsecproxy.1 index 492f2d0..f0cdf46 100644 --- a/radsecproxy.1 +++ b/radsecproxy.1 @@ -5,7 +5,7 @@ radsecproxy - a generic RADIUS proxy that provides both RADIUS UDP and TCP/TLS ( .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 and some only IPv6. .SH "OPTIONS" .TP -.B -f +.B \-f .sp \fIRun in foreground\fR .sp @@ -42,7 +42,7 @@ By specifying this option, the proxy will run in foreground mode. That is, it won't detach. Also all logging will be done to stderr. .TP -.B -d +.B \-d .sp \fIDebug level\fR .sp @@ -51,7 +51,7 @@ This specifies the debug level. It must be set to 1, 2, 3, 4 or 5, where 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 files, and can be done while another instance is running. .TP -.B -v +.B \-v .sp \fIPrint version\fR .sp @@ -70,7 +70,7 @@ When this option is specified, the proxy will simply print version information and exit. .TP -.B -c +.B \-c .sp \fIConfig file path\fR .sp @@ -78,7 +78,7 @@ This option allows you to specify which config file to use. This is useful if you want to use a config file that is not in any of the default locations. .TP -.B -i +.B \-i .sp \fIPID file path\fR .sp -- 2.1.4