mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +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.
This commit is contained in:
parent
faffe26909
commit
d57e17d583
@ -983,11 +983,11 @@
|
||||
|
||||
<pre>
|
||||
...
|
||||
<clock offset="localtime">
|
||||
<timer name="rtc" tickpolicy="catchup" track="guest">
|
||||
<catchup threshold=123 slew=120 limit=10000/>
|
||||
<clock offset='localtime'>
|
||||
<timer name='rtc' tickpolicy='catchup' track='guest'>
|
||||
<catchup threshold='123' slew='120' limit='10000'/>
|
||||
</timer>
|
||||
<timer name="pit" tickpolicy="delay"/>
|
||||
<timer name='pit' tickpolicy='delay'/>
|
||||
</clock>
|
||||
...</pre>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user