mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-28 01:29:01 -04:00
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 <mail@eworm.de>
Acked-by: David Sommerseth <davids@openvpn.net>
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 <davids@openvpn.net>
This commit is contained in:
parent
db5b9b4550
commit
d0d8a4b5f8
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue