Skip to content

Commit

Permalink
manpage fix: use minus signs instead of hyphens
Browse files Browse the repository at this point in the history
To: radsecproxy@uninett.no
Cc: Faidon Liambotis <paravoid@debian.org>
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.
  • Loading branch information
Faidon Liambotis authored and Linus Nordberg committed May 23, 2012
1 parent 0a15fe0 commit 65ae0b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions radsecproxy-hash.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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


Expand Down
14 changes: 7 additions & 7 deletions radsecproxy.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -34,15 +34,15 @@ where some RADIUS nodes use only IPv4 and some only IPv6.

.SH "OPTIONS"
.TP
.B -f
.B \-f
.sp
\fIRun in foreground\fR
.sp
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 <debug level>
.B \-d <debug level>
.sp
\fIDebug level\fR
.sp
Expand All @@ -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
Expand All @@ -62,23 +62,23 @@ 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
When this option is specified, the proxy will simply print version
information and exit.

.TP
.B -c <config file path>
.B \-c <config file path>
.sp
\fIConfig file path\fR
.sp
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 <pid file path>
.B \-i <pid file path>
.sp
\fIPID file path\fR
.sp
Expand Down

0 comments on commit 65ae0b3

Please sign in to comment.