From d0d8a4b5f875bc802117647b20a3caa6d4fdb375 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 28 Dec 2016 08:54:20 +0100 Subject: [PATCH] man: fix formatting for alternative option This looked like... --server-poll-timeout n --connect-timeout n when connecting to [...] ... and this patch changes this to... --server-poll-timeout n, --connect-timeout n When connecting to [...] ... preserving correct highlighting. Signed-off-by: Christian Hesse Acked-by: David Sommerseth Message-Id: <20161228075420.348-1-list@eworm.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13747.html Signed-off-by: David Sommerseth --- doc/openvpn.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 3e4c2e79a..e3d603e12 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -3969,9 +3969,8 @@ See management\-notes.txt in the OpenVPN distribution for a description of the OpenVPN challenge/response protocol. .\"********************************************************* .TP -.B \-\-server\-poll\-timeout n -.B \-\-connect\-timeout n -when connecting to a remote server do not wait for more than +\fB\-\-server\-poll\-timeout n\fR, \fB\-\-connect\-timeout n\fR +When connecting to a remote server do not wait for more than .B n seconds waiting for a response before trying the next server. The default value is 120s. This timeout includes proxy and TCP -- 2.47.2