From: Michal Privoznik
Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100)
Subject: drvlxc.html.in: Kill useless spaces in
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9fb9716640d4743ebc864afa3940617e77fa4459;p=libvirt.git
drvlxc.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/drvlxc.html.in b/docs/drvlxc.html.in
index 4f86535ab3..c0c26ca359 100644
--- a/docs/drvlxc.html.in
+++ b/docs/drvlxc.html.in
@@ -62,12 +62,12 @@ would use the following XML
- <os>
- <type arch='x86_64'>exe</type>
- <init>/bin/systemd</init>
- <initarg>--unit</initarg>
- <initarg>emergency.service</initarg>
- </os>
+<os>
+ <type arch='x86_64'>exe</type>
+ <init>/bin/systemd</init>
+ <initarg>--unit</initarg>
+ <initarg>emergency.service</initarg>
+</os>