From: David Sommerseth Date: Wed, 29 Mar 2017 09:49:25 +0000 (+0200) Subject: docs: Fixed man-page warnings discoverd by rpmlint X-Git-Tag: v2.5_beta1~714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9636196d5efb719cf1011397a360d46bccb3fe29;p=thirdparty%2Fopenvpn.git docs: Fixed man-page warnings discoverd by rpmlint Running rpmlint against Fedora RPM packages revealed these warnings: W: manual-page-warning /usr/share/man/man8/openvpn.8.gz 2738: a special character is not allowed in a name W: manual-page-warning /usr/share/man/man8/openvpn.8.gz 2740: a special character is not allowed in a name This is just a typo mistake in the .B formatting, missing a trailing space. Signed-off-by: David Sommerseth Acked-by: Steffan Karger Message-Id: <20170329094925.25644-1-davids@openvpn.net> URL: http://www.mail-archive.com/search?l=mid&q=20170329094925.25644-1-davids@openvpn.net Signed-off-by: David Sommerseth --- diff --git a/doc/openvpn.8 b/doc/openvpn.8 index f29b72f42..a9f5db7c7 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -2735,9 +2735,9 @@ DEFAULT_DIR is replaced by the default plug-in directory, which is configured at the build time of OpenVPN. CWD is the current directory where OpenVPN was started or the directory OpenVPN have swithed into via the -.B\-\-cd +.B \-\-cd option before the -.B\-\-plugin +.B \-\-plugin option. For more information and examples on how to build OpenVPN