mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 19:53:51 +08:00
man/protocol-options: add missing ending metachar
A code string terminating character (`) is missing, thus leading to the following warning: man-sections/protocol-options.rst:99: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. Add missing char at the end of the code word. Cc: David Sommerseth <davids@openvpn.net> Signed-off-by: Antonio Quartulli <a@unstable.cc> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20210827145656.21646-1-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22779.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
aa0e44e235
commit
5a5d11a0de
@ -99,7 +99,7 @@ configured in a compatible way between both the local and remote side.
|
||||
Especially :code:`stub-v2` is essentially identical to no compression and
|
||||
no compression framing as its header indicates IP version 5 in a tun setup
|
||||
and can (ab)used to complete disable compression to clients. (See the
|
||||
:code:`migrate option below)
|
||||
:code:`migrate` option below)
|
||||
|
||||
If the ``algorithm`` parameter is :code:`stub`, :code:`stub-v2` or empty,
|
||||
compression will be turned off, but the packet framing for compression
|
||||
|
Loading…
Reference in New Issue
Block a user