Signed-off-by: Jim Paris <jim(a)jtan.com>
---
docs/format.html | 8 ++++----
docs/libvir.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/format.html b/docs/format.html
index efdbcde..8a519af 100644
--- a/docs/format.html
+++ b/docs/format.html
@@ -230,7 +230,7 @@ support a variety of options:</p><ol><li>Userspace
SLIRP stack
<pre><interface type='user'/></pre>
<pre>
<interface type='user'>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface>
</pre>
</li>
@@ -253,7 +253,7 @@ support a variety of options:</p><ol><li>Userspace
SLIRP stack
<interface type='network'>
<source network='default'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface>
</pre>
</li>
@@ -273,11 +273,11 @@ support a variety of options:</p><ol><li>Userspace
SLIRP stack
<interface type='bridge'>
<source dev='br0'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface> <interface type='bridge'>
<source dev='br0'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface></pre>
</li>
<li>Generic connection to LAN
diff --git a/docs/libvir.html b/docs/libvir.html
index 22bb168..be6f9bb 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -964,7 +964,7 @@ support a variety of options:</p>
<pre><interface type='user'/></pre>
<pre>
<interface type='user'>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface>
</pre>
</li>
@@ -987,7 +987,7 @@ support a variety of options:</p>
<interface type='network'>
<source network='default'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface>
</pre>
</li>
@@ -1007,11 +1007,11 @@ support a variety of options:</p>
<interface type='bridge'>
<source dev='br0'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface> <interface type='bridge'>
<source dev='br0'/>
<target dev='vnet7'/>
- <mac address="11:22:33:44:55:66:/>
+ <mac address="11:22:33:44:55:66"/>
</interface></pre>
</li>
<li>Generic connection to LAN
--
1.5.3.4