diff options
author | Jan Brinkmann <the-luckyduck@users.sourceforge.net> | 2010-02-28 23:29:29 +0100 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-10-21 11:36:18 +0200 |
commit | 886593ac4ae79f4321f6f12fad0a51600e4aca28 (patch) | |
tree | 558a532b671519ee141c18da3e4eb0ed4d821863 | |
parent | When I began testing OpenVPN v2.1_rc9 I was having trouble authenticating to ... (diff) | |
download | openvpn-886593ac4ae79f4321f6f12fad0a51600e4aca28.tar.xz |
The man page needs dash escaping in UTF-8 environments
There was a debian bugreport which was filed in 2005 . It was patched but
it seems that nobody forwarded the patch to the openvpn project itself.
The problem is quite simple:
The dashes for options (the double dashes) are not escaped. This causes
trouble in relationship with utf-8 .
Since the bugreport was closed it was patched within the debian/ubuntu
packages itself. I've attached the patch to get it atleast reviewed by the
openvpn project itself.
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296133> for details.
sf.net tracker:
<https://sourceforge.net/tracker/?func=detail&aid=2935611&group_id=48978&atid=454721>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Tested-by: Jan Just Keijser <janjust@nikhef.nl>
Tested-by: Pavel Shramov <shramov@mexmat.net>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
-rw-r--r-- | openvpn.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -380,7 +380,7 @@ were declared in all blocks below it. .\"********************************************************* .TP -.B --proto-force p +.B \-\-proto-force p When iterating through connection profiles, only consider profiles using protocol .B p |