mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 02:25:18 +00:00
doc: Fix time keeping example for the guest clock
The time keeping example was missing quotes which resulted in an error if you copied and pasted the example into a domain's XML. Additionally the rest of the examples use single quotes (') instead of double quotes (") so standardized that. (cherry picked from commit d57e17d58300589e4b53c52360d9fcd7592f53b2)
This commit is contained in:
parent
eddceda2f3
commit
d13b354bf0
@ -966,11 +966,11 @@
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<clock offset="localtime">
|
<clock offset='localtime'>
|
||||||
<timer name="rtc" tickpolicy="catchup" track="guest">
|
<timer name='rtc' tickpolicy='catchup' track='guest'>
|
||||||
<catchup threshold=123 slew=120 limit=10000/>
|
<catchup threshold='123' slew='120' limit='10000'/>
|
||||||
</timer>
|
</timer>
|
||||||
<timer name="pit" tickpolicy="delay"/>
|
<timer name='pit' tickpolicy='delay'/>
|
||||||
</clock>
|
</clock>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user