提交 d3d59201 编写于 作者: J Jiri Denemark

docs: Fix HTML errors

<pre> is forbidden inside <p>
上级 568a6cda
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
The address range is set with the <code>&lt;address&gt;</code> The address range is set with the <code>&lt;address&gt;</code>
subelements and <code>start</code> and <code>stop</code> subelements and <code>start</code> and <code>stop</code>
attributes: attributes:
</p>
<pre> <pre>
... ...
&lt;forward mode='nat'&gt; &lt;forward mode='nat'&gt;
...@@ -150,8 +151,8 @@ ...@@ -150,8 +151,8 @@
&lt;address start='1.2.3.4' end='1.2.3.10'/&gt; &lt;address start='1.2.3.4' end='1.2.3.10'/&gt;
&lt;/nat&gt; &lt;/nat&gt;
&lt;/forward&gt; &lt;/forward&gt;
... ...</pre>
</pre> <p>
An singe IPv4 address can be set by setting An singe IPv4 address can be set by setting
<code>start</code> and <code>end</code> attributes to <code>start</code> and <code>end</code> attributes to
the same value. the same value.
...@@ -159,6 +160,7 @@ ...@@ -159,6 +160,7 @@
<p> <p>
The port range to be used for the <code>&lt;nat&gt;</code> can The port range to be used for the <code>&lt;nat&gt;</code> can
be set via the subelement <code>&lt;port&gt;</code>: be set via the subelement <code>&lt;port&gt;</code>:
</p>
<pre> <pre>
... ...
&lt;forward mode='nat'&gt; &lt;forward mode='nat'&gt;
...@@ -166,9 +168,7 @@ ...@@ -166,9 +168,7 @@
&lt;port start='500' end='1000'/&gt; &lt;port start='500' end='1000'/&gt;
&lt;/nat&gt; &lt;/nat&gt;
&lt;/forward&gt; &lt;/forward&gt;
... ...</pre>
</pre>
</p>
</dd> </dd>
<dt><code>route</code></dt> <dt><code>route</code></dt>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册