提交 4ee36c33 编写于 作者: J John Ferlan

docs: Remove <code> from <summary> entries due to RNG error

commit '96e55048' caused make check failure for virschematest:

1929) Checking ../docs/news.xml against ../news.rng                     ... libvirt: XML Util error : XML document failed to validate against schema: Unable to validate doc against /home/jferlan/git/libvirt.work/docs/schemas/../news.rng
Datatype element summary has child elements
Element summary failed to validate content
Datatype element summary has child elements
Element summary failed to validate content
^[[31m^[[1mFAILED^[[0m

That's because <code> elements don't appear to be allowed in the schema.
Rather than attempt to fix the schema, figured it was simpler to just
remove them and let the schema fix happen later.
上级 96e55048
......@@ -176,7 +176,7 @@
</change>
<change>
<summary>
qemu: Honor <code>&lt;on_reboot/&gt;</code> setting
qemu: Honor &lt;on_reboot/&gt; setting
</summary>
<description>
The setting was accepted by the parser, but not actually implemented.
......@@ -184,7 +184,7 @@
</change>
<change>
<summary>
Fix <code>--verbose</code> option for all daemons
Fix --verbose option for all daemons
</summary>
<description>
Since v3.0.0, the option had been ignored by all libvirt deamons
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册