From a51fb119d7e9a9db9173a10f9e20a4035ca76bbe Mon Sep 17 00:00:00 2001 From: Gianmarco De Gregori Date: Wed, 2 Apr 2025 16:08:51 +0200 Subject: [PATCH] manpage: fix HTML format for --local MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix the HTML format for --local directive to match the manpage structure. Change-Id: I8d981a66932a5424ed959b12ee0cdddf881de91e Signed-off-by: Gianmarco De Gregori Acked-by: Samuli Seppänen 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 --- doc/man-sections/link-options.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/man-sections/link-options.rst b/doc/man-sections/link-options.rst index 287473e89..8334d16f8 100644 --- a/doc/man-sections/link-options.rst +++ b/doc/man-sections/link-options.rst @@ -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 -- 2.47.3