From: Michal Privoznik
Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100)
Subject: formatcaps.html.in: Kill useless spaces in
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=01a9dfb2faf41f33a622ffa11127cb09b6ca4e82;p=libvirt.git
formatcaps.html.in: Kill useless spaces in
The section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such because
the content might not fix into it.
Signed-off-by: Michal Privoznik
---
diff --git a/docs/formatcaps.html.in b/docs/formatcaps.html.in
index 0ba567c399..57201b5f8a 100644
--- a/docs/formatcaps.html.in
+++ b/docs/formatcaps.html.in
@@ -13,7 +13,7 @@
interface has been added in 0.2.1 allowing to list the set of supported
virtualization capabilities on the host:
- char * virConnectGetCapabilities (virConnectPtr conn);
+ char * virConnectGetCapabilities (virConnectPtr conn);
The value returned is an XML document listing the virtualization
capabilities of the host and virtualization engine to which