]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc/cipher-negotiation.rst: avoid warning by fixing indentation
authorAntonio Quartulli <a@unstable.cc>
Mon, 10 Jan 2022 14:40:13 +0000 (15:40 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 10 Jan 2022 17:00:05 +0000 (18:00 +0100)
Indentation is wrong and triggers the following:

rst2man.py openvpn.8.rst > openvpn.8
man-sections/cipher-negotiation.rst:20: (WARNING/2) Definition list ends
without a blank line; unexpected unindent.
rst2man.py openvpn-examples.5.rst > openvpn-examples.5
rst2html.py openvpn.8.rst > openvpn.8.html
man-sections/cipher-negotiation.rst:20: (WARNING/2) Definition list ends
without a blank line; unexpected unindent.

Get rid of it.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20220110144013.7233-1-a@unstable.cc>
URL: https://www.mail-archive.com/search?l=mid&q=20220110144013.7233-1-a@unstable.cc
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/cipher-negotiation.rst

index efa4c6c945bddd02e825c31317814b119b4bc34c..9bcaed0a93a377615c7355d6684c264066524177 100644 (file)
@@ -16,7 +16,7 @@ with a AUTH_FAILED message (as seen in client log):
     AUTH: Received control message: AUTH_FAILED,Data channel cipher negotiation failed (no shared cipher)
 
 OpenVPN 2.5 and later will only allow the ciphers specified in ``--data-ciphers``.
- If ``--data-ciphers`` is not set the default is :code:`AES-256-GCM:AES-128-GCM`.
+If ``--data-ciphers`` is not set the default is :code:`AES-256-GCM:AES-128-GCM`.
 In 2.6 and later the default is changed to
 :code:`AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305` when Chacha20-Poly1305 is available.