[Openvpn-devel] doc: fix argument name in --route-delay documentation

Message ID 20231013102316.330086-1-frank@lichtenheld.com
State Accepted
Headers show
Series [Openvpn-devel] doc: fix argument name in --route-delay documentation | expand

Commit Message

Frank Lichtenheld Oct. 13, 2023, 10:23 a.m. UTC
Also remove redundant "by default".

Change-Id: I6f55d15ce6a5fe2f59bbc1cb51c8474f1f81dfca
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
 doc/man-sections/vpn-network-options.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arne Schwabe Oct. 13, 2023, 11:32 a.m. UTC | #1
Am 13.10.23 um 12:23 schrieb Frank Lichtenheld:
> Also remove redundant "by default".
> 

Acked-By: Arne Schwabe <arne@rfc2549.org>
Gert Doering Oct. 13, 2023, 11:45 a.m. UTC | #2
Your patch has been applied to the master and release/2.6 branch.

commit 9e99ac54a6373a259ed82f45fbbf9e7a1b38ab6b (master)
commit 03861bbda75b191c2dfdf0a1f1c8f467b6669057 (release/2.6)
Author: Frank Lichtenheld
Date:   Fri Oct 13 12:23:16 2023 +0200

     doc: fix argument name in --route-delay documentation

     Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
     Acked-by: Arne Schwabe <arne@rfc2549.org>
     Message-Id: <20231013102316.330086-1-frank@lichtenheld.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27197.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/doc/man-sections/vpn-network-options.rst b/doc/man-sections/vpn-network-options.rst
index b7f33acd..3fa3ccf1 100644
--- a/doc/man-sections/vpn-network-options.rst
+++ b/doc/man-sections/vpn-network-options.rst
@@ -420,7 +420,7 @@  routing.
 
        route-delay
        route-delay n
-       route-delay n m
+       route-delay n w
 
   Delay ``n`` seconds (default :code:`0`) after connection establishment,
   before adding routes. If ``n`` is :code:`0`, routes will be added
@@ -434,7 +434,7 @@  routing.
   to complete before routes are added.
 
   On Windows, ``--route-delay`` tries to be more intelligent by waiting
-  ``w`` seconds (default :code:`30` by default) for the TAP-Win32 adapter
+  ``w`` seconds (default :code:`30`) for the TAP-Win32 adapter
   to come up before adding routes.
 
 --route-ipv6 args