1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

docs: Fix typo

It used "&lt" for ">", reported by Kyla Zhang <weizhan@redhat.com>
This commit is contained in:
Osier Yang 2012-03-07 12:01:33 +08:00
parent e91c8b1805
commit b340994bac

View File

@ -1096,9 +1096,9 @@
&lt;/disk&gt;
&lt;disk type='block' device='lun'&gt;
&lt;driver name='qemu' type='raw'/&gt;
&lt;source dev='/dev/sda'/&lt;
&lt;target dev='sda' bus='scsi'/&lt;
&lt;address type='drive' controller='0' bus='0' target='3' unit='0'/&lt;
&lt;source dev='/dev/sda'/&gt;
&lt;target dev='sda' bus='scsi'/&gt;
&lt;address type='drive' controller='0' bus='0' target='3' unit='0'/&gt;
&lt;/disk&gt;
&lt;/devices&gt;
...</pre>