From d3f61730866673642b89679d0bba3f2b66b73b19 Mon Sep 17 00:00:00 2001 From: Christian Loehle Date: Tue, 15 Sep 2015 11:15:06 +0200 Subject: [PATCH] Minor typo fixes in documentation Signed-off-by: Christian Loehle --- docs/formatcaps.html.in | 2 +- docs/internals/command.html.in | 4 ++-- src/libvirt-domain.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/formatcaps.html.in b/docs/formatcaps.html.in index 4245d8a850..c187187f24 100644 --- a/docs/formatcaps.html.in +++ b/docs/formatcaps.html.in @@ -162,7 +162,7 @@ <suspend_mem/> <suspend_disk/> <suspend_hybrid/> - <power_management/> + </power_management> </host> <!-- xen-3.0-x86_64 --> diff --git a/docs/internals/command.html.in b/docs/internals/command.html.in index 64365b25e3..17d13605e6 100644 --- a/docs/internals/command.html.in +++ b/docs/internals/command.html.in @@ -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 & is easy to code against. This - code is provided in the src/util/command.h - header which can be imported using #include "command.h" + code is provided in the src/util/vircommand.h + header which can be imported using #include "vircommand.h"

Defining commands in libvirt

diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 964a4d7806..1edd73e1cf 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -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 */