]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix HTML errors in nwfilter docs
authorEric Blake <eblake@redhat.com>
Tue, 25 May 2010 23:20:51 +0000 (17:20 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 25 May 2010 23:33:21 +0000 (17:33 -0600)
A build on Ubuntu reported:

|| Generating formatnwfilter.html.tmp
/dados/develop/libvirt/docs/formatnwfilter.html.in|390| HTML parser error : Unexpected end tag : p
||     </p>
||         ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|705| HTML parser error : Unexpected end tag : code
||          <td>End of range of valid source ports</code></td>
||                                                       ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|710| HTML parser error : Unexpected end tag : code
||          <td>Start of range of valid destination ports</code></td>
||                                                              ^

* docs/formatnwfilter.html.in: Fix invalid HTML constructs.
Reported by Eduardo Otubo.

docs/formatnwfilter.html.in

index f03e9ce05c881920561b65d3d3e4c7e7dd62f9bd..42ea866b9e5ec44ae05c537f3a0d72bba3861fd3 100644 (file)
       </table>
     <p>
       Valid Strings for <code>protocolid</code> are: arp, rarp, ipv4, ipv6
-      <br><br>
-      Example: <pre>&lt;mac match='no' srcmacaddr='$MAC'/&gt;</pre>
-      <br><br>
     </p>
+<pre>
+[...]
+&lt;mac match='no' srcmacaddr='$MAC'/&gt;
+[...]
+</pre>
 
     <h5><a name="nwfelemsRulesProtoARP">ARP/RARP</a></h5>
     <p>
        <tr>
          <td>srcportend</td>
          <td>UINT16</td>
-         <td>End of range of valid source ports</code></td>
+         <td>End of range of valid source ports</td>
        </tr>
        <tr>
          <td>dstportstart</td>
          <td>UINT16</td>
-         <td>Start of range of valid destination ports</code></td>
+         <td>Start of range of valid destination ports</td>
        </tr>
        <tr>
          <td>dstportend</td>