diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index dc438aee86..7bcf316a6f 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -288,7 +288,7 @@
(Single Root I/O Virtualization) virtual function (VF)
devices can be assigned in this manner; to assign a
standard single-port PCI or PCIe ethernet card to a guest,
- use the traditional < hostdev>
device
+ use the traditional <hostdev>
device
definition. Since 0.10.0
@@ -312,9 +312,9 @@
Note that this "intelligent passthrough" of network
devices is very similar to the functionality of a
- standard < hostdev>
device, the
+ standard <hostdev>
device, the
difference being that this method allows specifying a MAC
- address, vlan tag, and <virtualport >
+ address, vlan tag, and <virtualport>
for the passed-through device. If these capabilities are
not required, if you have a standard single-port PCI,
PCIe, or USB network card that doesn't support SR-IOV (and
@@ -383,9 +383,9 @@
since 0.10.0 When using forward
mode 'hostdev', the interface pool is specified with a list
of <address>
elements, each of which has
- < type>
(must always be 'pci'
,
+ <type>
(must always be 'pci'
),
<domain>
, <bus>
,
- <slot>
, and <function>
+ <slot>
and <function>
attributes.