提交 d57e17d5 编写于 作者: D Doug Goldstein 提交者: Peter Krempa

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.
上级 faffe269
......@@ -983,11 +983,11 @@
<pre>
...
&lt;clock offset="localtime"&gt;
&lt;timer name="rtc" tickpolicy="catchup" track="guest"&gt;
&lt;catchup threshold=123 slew=120 limit=10000/&gt;
&lt;clock offset='localtime'&gt;
&lt;timer name='rtc' tickpolicy='catchup' track='guest'&gt;
&lt;catchup threshold='123' slew='120' limit='10000'/&gt;
&lt;/timer&gt;
&lt;timer name="pit" tickpolicy="delay"/&gt;
&lt;timer name='pit' tickpolicy='delay'/&gt;
&lt;/clock&gt;
...</pre>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册