From 886593ac4ae79f4321f6f12fad0a51600e4aca28 Mon Sep 17 00:00:00 2001 From: Jan Brinkmann Date: Sun, 28 Feb 2010 23:29:29 +0100 Subject: The man page needs dash escaping in UTF-8 environments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 for details. sf.net tracker: Signed-off-by: David Sommerseth Tested-by: Jan Just Keijser Tested-by: Pavel Shramov Tested-by: Samuli Seppänen --- openvpn.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn.8 b/openvpn.8 index b431ffd..534f734 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -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 -- cgit v1.2.3