]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
manpage: fix HTML format for --local
authorGianmarco De Gregori <gianmarco@mandelbit.com>
Wed, 2 Apr 2025 14:08:51 +0000 (16:08 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 4 Apr 2025 11:11:52 +0000 (13:11 +0200)
Fix the HTML format for --local directive
to match the manpage structure.

Change-Id: I8d981a66932a5424ed959b12ee0cdddf881de91e
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Acked-by: Samuli Seppänen <sasepp@proton.me>
Message-Id: <20250402140901.18218-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31321.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/link-options.rst

index 287473e890c15a417d85082699bcb41d9edede8a..8334d16f80c8bcebbe7c9860ae189866da4edad1 100644 (file)
@@ -106,7 +106,13 @@ the local and the remote host.
   is not reliable. It is recommended to set tun-mtu with enough headroom
   instead.
 
---local host|* [port] [protocol]
+--local args
+
+  Valid syntax:
+  ::
+
+     local host|* [port] [protocol]
+
   Local host name or IP address and port for bind. If specified, OpenVPN will bind
   to this address. If unspecified, OpenVPN will bind to all interfaces.
   '*' can be used as hostname and means 'any host' (OpenVPN will listen on what