diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index adb5bb9624..f7c483d39f 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -143,6 +143,7 @@
The address range is set with the <address>
subelements and start
and stop
attributes:
+
... <forward mode='nat'> @@ -150,8 +151,8 @@ <address start='1.2.3.4' end='1.2.3.10'/> </nat> </forward> -... -+... +
An singe IPv4 address can be set by setting
start
and end
attributes to
the same value.
@@ -159,6 +160,7 @@
The port range to be used for the <nat>
can
be set via the subelement <port>
:
+
... <forward mode='nat'> @@ -166,9 +168,7 @@ <port start='500' end='1000'/> </nat> </forward> -... -- +...
route