mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
docs: Fix typo
It used "<" for ">", reported by Kyla Zhang <weizhan@redhat.com>
This commit is contained in:
parent
e91c8b1805
commit
b340994bac
@ -1096,9 +1096,9 @@
|
||||
</disk>
|
||||
<disk type='block' device='lun'>
|
||||
<driver name='qemu' type='raw'/>
|
||||
<source dev='/dev/sda'/<
|
||||
<target dev='sda' bus='scsi'/<
|
||||
<address type='drive' controller='0' bus='0' target='3' unit='0'/<
|
||||
<source dev='/dev/sda'/>
|
||||
<target dev='sda' bus='scsi'/>
|
||||
<address type='drive' controller='0' bus='0' target='3' unit='0'/>
|
||||
</disk>
|
||||
</devices>
|
||||
...</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user