mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-06 17:17:56 +03:00
docs: formatdomain: fix XML snippets
Fix indentation, missing slashes for unpaired tags and missing angle brackets. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
bb5e26749f
commit
806e266fa1
@ -6412,7 +6412,7 @@ interaction with the admin.
|
|||||||
::
|
::
|
||||||
|
|
||||||
<graphics type='vnc' ...>
|
<graphics type='vnc' ...>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</graphics>
|
</graphics>
|
||||||
|
|
||||||
Where ``1`` is an id of the audio device (See `Audio backends`_). If no
|
Where ``1`` is an id of the audio device (See `Audio backends`_). If no
|
||||||
@ -6569,7 +6569,7 @@ interaction with the admin.
|
|||||||
::
|
::
|
||||||
|
|
||||||
<graphics type='dbus' ...>
|
<graphics type='dbus' ...>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</graphics>
|
</graphics>
|
||||||
|
|
||||||
Where ``1`` is an id of the audio device (See `Audio backends`_).
|
Where ``1`` is an id of the audio device (See `Audio backends`_).
|
||||||
@ -7480,7 +7480,7 @@ backend using the ``<audio>`` sub-element:
|
|||||||
...
|
...
|
||||||
<devices>
|
<devices>
|
||||||
<sound model='ich7'>
|
<sound model='ich7'>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</sound>
|
</sound>
|
||||||
</devices>
|
</devices>
|
||||||
...
|
...
|
||||||
@ -8975,7 +8975,7 @@ attributes and elements with ``type='sev'`` but differs in others. Example confi
|
|||||||
<guestVisibleWorkarounds>...</guestVisibleWorkarounds>
|
<guestVisibleWorkarounds>...</guestVisibleWorkarounds>
|
||||||
<idBlock>...</idBlock>
|
<idBlock>...</idBlock>
|
||||||
<idAuth>...</idAuth>
|
<idAuth>...</idAuth>
|
||||||
<hostData>.../hostData>
|
<hostData>...</hostData>
|
||||||
</launchSecurity>
|
</launchSecurity>
|
||||||
...
|
...
|
||||||
</domain>
|
</domain>
|
||||||
|
Loading…
Reference in New Issue
Block a user