Skip to content

Commit

Permalink
doc: fix argument name in --route-delay documentation
Browse files Browse the repository at this point in the history
Also remove redundant "by default".

Change-Id: I6f55d15ce6a5fe2f59bbc1cb51c8474f1f81dfca
Signed-off-by: Frank Lichtenheld <[email protected]>
Acked-by: Arne Schwabe <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg27197.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
flichtenheld authored and cron2 committed Oct 13, 2023
1 parent 2671dcb commit 9e99ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man-sections/vpn-network-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9e99ac5

Please sign in to comment.