]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Minor typo fixes in documentation
authorChristian Loehle <cloehle@linutronix.de>
Tue, 15 Sep 2015 09:15:06 +0000 (11:15 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 15 Sep 2015 09:27:35 +0000 (11:27 +0200)
Signed-off-by: Christian Loehle <cloehle@linutronix.de>
docs/formatcaps.html.in
docs/internals/command.html.in
src/libvirt-domain.c

index 4245d8a850d521d628e25776821cd883fd5f7b19..c187187f248a2ee8fbb3c6cdfb07bf122889e49f 100644 (file)
       &lt;suspend_mem/&gt;
       &lt;suspend_disk/&gt;
       &lt;suspend_hybrid/&gt;
-    &lt;power_management/&gt;
+    &lt;/power_management&gt;
   &lt;/host&gt;</span>
 
   &lt;!-- xen-3.0-x86_64 --&gt;
index 64365b25e30fe6575d155fb9b44b7b2269feb309..17d13605e62588270d977e07ce2215ccc473ba64 100644 (file)
@@ -68,8 +68,8 @@
       There is now a high level API that provides a safe and
       flexible way to spawn commands, which prevents the most
       common errors &amp; is easy to code against.  This
-      code is provided in the <code>src/util/command.h</code>
-      header which can be imported using <code>#include "command.h"</code>
+      code is provided in the <code>src/util/vircommand.h</code>
+      header which can be imported using <code>#include "vircommand.h"</code>
     </p>
 
     <h3><a name="initial">Defining commands in libvirt</a></h3>
index 964a4d7806ba2fab32f8ed04bb1c8e6ebe221679..1edd73e1cf36c57686bb364a5e9023e2bdf1e96a 100644 (file)
@@ -268,7 +268,7 @@ virDomainCreateXMLWithFiles(virConnectPtr conn, const char *xmlDesc,
  *
  * Deprecated after 0.4.6.
  * 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
  */