提交 d3f61730 编写于 作者: C Christian Loehle 提交者: Martin Kletzander

Minor typo fixes in documentation

Signed-off-by: NChristian Loehle <cloehle@linutronix.de>
上级 17c4d2a1
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
&lt;suspend_mem/&gt; &lt;suspend_mem/&gt;
&lt;suspend_disk/&gt; &lt;suspend_disk/&gt;
&lt;suspend_hybrid/&gt; &lt;suspend_hybrid/&gt;
&lt;power_management/&gt; &lt;/power_management&gt;
&lt;/host&gt;</span> &lt;/host&gt;</span>
&lt;!-- xen-3.0-x86_64 --&gt; &lt;!-- xen-3.0-x86_64 --&gt;
......
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
There is now a high level API that provides a safe and There is now a high level API that provides a safe and
flexible way to spawn commands, which prevents the most flexible way to spawn commands, which prevents the most
common errors &amp; is easy to code against. This common errors &amp; is easy to code against. This
code is provided in the <code>src/util/command.h</code> code is provided in the <code>src/util/vircommand.h</code>
header which can be imported using <code>#include "command.h"</code> header which can be imported using <code>#include "vircommand.h"</code>
</p> </p>
<h3><a name="initial">Defining commands in libvirt</a></h3> <h3><a name="initial">Defining commands in libvirt</a></h3>
......
...@@ -268,7 +268,7 @@ virDomainCreateXMLWithFiles(virConnectPtr conn, const char *xmlDesc, ...@@ -268,7 +268,7 @@ virDomainCreateXMLWithFiles(virConnectPtr conn, const char *xmlDesc,
* *
* Deprecated after 0.4.6. * Deprecated after 0.4.6.
* Renamed to virDomainCreateXML() providing identical functionality. * Renamed to virDomainCreateXML() providing identical functionality.
* This existing name will left indefinitely for API compatibility. * This existing name will be left indefinitely for API compatibility.
* *
* Returns a new domain object or NULL in case of failure * Returns a new domain object or NULL in case of failure
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册