]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Properly escape dashes on the man-page
authorSamuli Seppänen <samuli@openvpn.net>
Mon, 11 May 2015 10:19:14 +0000 (13:19 +0300)
committerGert Doering <gert@greenie.muc.de>
Fri, 15 May 2015 18:19:03 +0000 (20:19 +0200)
commit2d321609674a916c8cd7bbf0090e0342e90cca36
treec039b6d9b9d6c1219cc2d8d2b5c378990597bbf5
parentd0f26fb524744a63615a1bf4e7ddcefcd102b328
Properly escape dashes on the man-page

On UTF-8 systems groff interprets unescaped dashes as hyphens and escaped
dashes
as minus signs. Unescaped dashes can cause problems when searching for or
copying and pasting options. This patch ensures that dashes in command-line
options are escaped and that everything else is left unescaped. This patch
is
for the Git "master" branch.

Trac: 512
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1431339554-20553-1-git-send-email-samuli@openvpn.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9674
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/openvpn.8