diff options
author | Faidon Liambotis <paravoid@debian.org> | 2012-05-23 08:59:53 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-05-23 08:59:53 +0200 |
commit | 65ae0b3721b39cefcfa3bb86476d969ae15b5bb3 (patch) | |
tree | 86b1f2f8deb38c11c8e82fd2a5e871537847d852 /radsecproxy-hash.1 | |
parent | 0a15fe00a8dbb301513f5c476a9af32768a56193 (diff) |
manpage fix: use minus signs instead of hyphens
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.
Diffstat (limited to 'radsecproxy-hash.1')
-rw-r--r-- | radsecproxy-hash.1 | 8 |
1 files changed, 4 insertions, 4 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 |