Skip to content

Commit

Permalink
doc: Correct typos in multiple documentation files
Browse files Browse the repository at this point in the history
Fixed typographical errors in various documentation files for improved clarity and readability.

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <4a3a9f1d691704f25f07653bb0de2583@riseup.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27320.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 20c42b8)
  • Loading branch information
aquilamacedo authored and cron2 committed Nov 11, 2023
1 parent b705517 commit 457f468
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/man-sections/client-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ configuration.
react according to ``--auth-retry``

--auth-token-user base64username
Companion option to ``--auth-token``. This options allows to override
Companion option to ``--auth-token``. This options allows one to override
the username used by the client when reauthenticating with the ``auth-token``.
It also allows to use ``--auth-token`` in setups that normally do not use
It also allows one to use ``--auth-token`` in setups that normally do not use
username and password.

The username has to be base64 encoded.
Expand Down
2 changes: 1 addition & 1 deletion doc/man-sections/generic-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ which mode OpenVPN is configured as.

* :code:`OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY` plug-in hooks returns
success/failure via :code:`auth_control_file` when using deferred auth
method and pending authentification via :code:`pending_auth_file`.
method and pending authentication via :code:`pending_auth_file`.

--use-prediction-resistance
Enable prediction resistance on mbed TLS's RNG.
Expand Down
2 changes: 1 addition & 1 deletion doc/man-sections/server-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ fast hardware. SSL/TLS authentication must be used in this mode.

--vlan-pvid v
Specifies which VLAN identifier a "port" is associated with. Only valid
when ``--vlan-tagging`` is speficied.
when ``--vlan-tagging`` is specified.

In the client context, the setting specifies which VLAN ID a client is
associated with. In the global context, the VLAN ID of the server TAP
Expand Down
2 changes: 1 addition & 1 deletion doc/man-sections/vpn-network-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ routing.
It's best to use the ``--fragment`` and/or ``--mssfix`` options to deal
with MTU sizing issues.

Note: Depending on the platform, the operating system allows to receive
Note: Depending on the platform, the operating system allows one to receive
packets larger than ``tun-mtu`` (e.g. Linux and FreeBSD) but other platforms
(like macOS) limit received packets to the same size as the MTU.

Expand Down
2 changes: 1 addition & 1 deletion src/openvpn/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static const char usage_message[] =
" Windows Certificate System Store.\n"
#endif
"--tls-cipher l : A list l of allowable TLS ciphers separated by : (optional).\n"
"--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites seperated by : (optional)\n"
"--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites separated by : (optional)\n"
" : Use --show-tls to see a list of supported TLS ciphers (suites).\n"
"--tls-cert-profile p : Set the allowed certificate crypto algorithm profile\n"
" (default=legacy).\n"
Expand Down

0 comments on commit 457f468

Please sign in to comment.