[Openvpn-devel] doc/man (vpn-network-options): fix foreign_option_{n} typo

Message ID 20211122114104.4814-1-gert@greenie.muc.de
State Accepted
Headers show
Series [Openvpn-devel] doc/man (vpn-network-options): fix foreign_option_{n} typo | expand

Commit Message

Gert Doering Nov. 22, 2021, 12:41 a.m. UTC
From: Todd Zullinger <tmz@pobox.com>

In 2da29362 (Improve the documentation for --dhcp-option, 2020-08-16),
`foreign_option_{n}` became plural between the first and second versions
of the patch.  Correct it.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
 doc/man-sections/vpn-network-options.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gert Doering Nov. 22, 2021, 1:13 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Verified by "git grep" for both spelling versions.  Thanks for spotting
this and sending a fix.

Your patch has been applied to the master and release/2.5 branch (bugfix).

commit aee54a47142c13a29c2b59142e944fd448a406d9 (master)
commit 96590e0d281927f97e00cf5b4b17fa309997b896 (release/2.5)
Author: Todd Zullinger
Date:   Mon Nov 22 12:41:04 2021 +0100

     doc/man (vpn-network-options): fix foreign_option_{n} typo

     Signed-off-by: Todd Zullinger <tmz@pobox.com>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20211122114104.4814-1-gert@greenie.muc.de>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23217.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 8c1c02dc..5b2f8470 100644
--- a/doc/man-sections/vpn-network-options.rst
+++ b/doc/man-sections/vpn-network-options.rst
@@ -107,7 +107,7 @@  routing.
   ``OpenVPN for Android`` client also handles them internally.
 
   On all other platforms these options are only saved in the client's
-  environment under the name :code:`foreign_options_{n}` before the
+  environment under the name :code:`foreign_option_{n}` before the
   ``--up`` script is called. A plugin or an ``--up`` script must be used to
   pick up and interpret these as required. Many Linux distributions include
   such scripts and some third-party user interfaces such as tunnelblick also