]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Properly escape dashes on the man-page
authorSamuli Seppänen <samuli@openvpn.net>
Tue, 5 May 2015 13:29:49 +0000 (16:29 +0300)
committerGert Doering <gert@greenie.muc.de>
Sat, 9 May 2015 13:36:24 +0000 (15:36 +0200)
commite57ab7817a0e4142506b7a23ca8d844b3a4c6dea
treea233ca1d8cee25a71b2c3f49458272018a7e9814
parent755e12fddf32e6e2bbfce0157d9f17e8f1ff5eb5
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.

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