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>
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>
| ... | ... |
@@ -107,7 +107,7 @@ routing. |
| 107 | 107 |
``OpenVPN for Android`` client also handles them internally. |
| 108 | 108 |
|
| 109 | 109 |
On all other platforms these options are only saved in the client's |
| 110 |
- environment under the name :code:`foreign_options_{n}` before the
|
|
| 110 |
+ environment under the name :code:`foreign_option_{n}` before the
|
|
| 111 | 111 |
``--up`` script is called. A plugin or an ``--up`` script must be used to |
| 112 | 112 |
pick up and interpret these as required. Many Linux distributions include |
| 113 | 113 |
such scripts and some third-party user interfaces such as tunnelblick also |