From: Eric Blake
Date: Tue, 25 May 2010 23:20:51 +0000 (-0600)
Subject: build: fix HTML errors in nwfilter docs
X-Git-Tag: v0.8.2~169
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6acb776baf65b8c8d73a2a321b52d3770f2910;p=thirdparty%2Flibvirt.git
build: fix HTML errors in nwfilter docs
A build on Ubuntu reported:
|| Generating formatnwfilter.html.tmp
/dados/develop/libvirt/docs/formatnwfilter.html.in|390| HTML parser error : Unexpected end tag : p
||
|| ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|705| HTML parser error : Unexpected end tag : code
|| End of range of valid source ports |
|| ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|710| HTML parser error : Unexpected end tag : code
|| Start of range of valid destination ports |
|| ^
* docs/formatnwfilter.html.in: Fix invalid HTML constructs.
Reported by Eduardo Otubo.
---
diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in
index f03e9ce05c..42ea866b9e 100644
--- a/docs/formatnwfilter.html.in
+++ b/docs/formatnwfilter.html.in
@@ -384,10 +384,12 @@
Valid Strings for protocolid
are: arp, rarp, ipv4, ipv6
-
- Example:
<mac match='no' srcmacaddr='$MAC'/>
-
+
+[...]
+<mac match='no' srcmacaddr='$MAC'/>
+[...]
+
@@ -702,12 +704,12 @@
srcportend |
UINT16 |
- End of range of valid source ports |
+ End of range of valid source ports |
dstportstart |
UINT16 |
- Start of range of valid destination ports |
+ Start of range of valid destination ports |
dstportend |