From 6e6acb776baf65b8c8d73a2a321b52d3770f2910 Mon Sep 17 00:00:00 2001
From: Eric Blake
Date: Tue, 25 May 2010 17:20:51 -0600
Subject: [PATCH] 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.
---
docs/formatnwfilter.html.in | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
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 |