]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc: fix argument name in --route-delay documentation
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 13 Oct 2023 10:23:16 +0000 (12:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 13 Oct 2023 11:43:32 +0000 (13:43 +0200)
Also remove redundant "by default".

Change-Id: I6f55d15ce6a5fe2f59bbc1cb51c8474f1f81dfca
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>
doc/man-sections/vpn-network-options.rst

index b7f33acd88773da70e0a8f64af5cfb1f6cc9030b..3fa3ccf10736c87d9a66d5e72ddcdeed61e1291c 100644 (file)
@@ -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