|
From: its_Giaan (C. Review) <ge...@op...> - 2025-03-27 15:06:48
|
Attention is currently required from: flichtenheld, plaisthos.
Hello plaisthos, flichtenheld,
I'd like you to do a code review.
Please visit
http://gerrit.openvpn.net/c/openvpn/+/922?usp=email
to review the following change.
Change subject: manpage: fix HTML format for --local
......................................................................
manpage: fix HTML format for --local
Fix the HTML format for --local directive
to match the manpage structure.
Change-Id: I8d981a66932a5424ed959b12ee0cdddf881de91e
Signed-off-by: Gianmarco De Gregori <gia...@ma...>
---
M doc/man-sections/link-options.rst
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/22/922/1
diff --git a/doc/man-sections/link-options.rst b/doc/man-sections/link-options.rst
index 287473e..8334d16 100644
--- a/doc/man-sections/link-options.rst
+++ b/doc/man-sections/link-options.rst
@@ -106,7 +106,13 @@
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
--
To view, visit http://gerrit.openvpn.net/c/openvpn/+/922?usp=email
To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings
Gerrit-Project: openvpn
Gerrit-Branch: master
Gerrit-Change-Id: I8d981a66932a5424ed959b12ee0cdddf881de91e
Gerrit-Change-Number: 922
Gerrit-PatchSet: 1
Gerrit-Owner: its_Giaan <gia...@ma...>
Gerrit-Reviewer: flichtenheld <fr...@li...>
Gerrit-Reviewer: plaisthos <arn...@rf...>
Gerrit-CC: openvpn-devel <ope...@li...>
Gerrit-Attention: plaisthos <arn...@rf...>
Gerrit-Attention: flichtenheld <fr...@li...>
Gerrit-MessageType: newchange
|