From: Michal Privoznik Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100) Subject: locking-lockd.html.in: Kill useless spaces in
X-Git-Tag: v2.5.0-rc1~145
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039c9d5ac79e4897a54ba6b0d9633085027cd6a6;p=thirdparty%2Flibvirt.git

locking-lockd.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/locking-lockd.html.in b/docs/locking-lockd.html.in
index 68db0ca1df..fe007b1074 100644
--- a/docs/locking-lockd.html.in
+++ b/docs/locking-lockd.html.in
@@ -40,8 +40,8 @@
     

-      # chkconfig virtlockd on
-      # service virtlockd start
+# chkconfig virtlockd on
+# service virtlockd start
     

@@ -92,10 +92,10 @@

-      $ su - root
-      # augtool -s set \
-        /files/etc/libvirt/qemu-lockd.conf/file_lockspace_dir \
-        "/var/lib/libvirt/lockd/files"
+$ su - root
+# augtool -s set \
+  /files/etc/libvirt/qemu-lockd.conf/file_lockspace_dir \
+  "/var/lib/libvirt/lockd/files"
     

@@ -110,13 +110,13 @@

-      $ su - root
-      # augtool -s set \
-        /files/etc/libvirt/qemu-lockd.conf/scsi_lockspace_dir \
-        "/var/lib/libvirt/lockd/scsi"
-      # augtool -s set \
-        /files/etc/libvirt/qemu-lockd.conf/lvm_lockspace_dir \
-        "/var/lib/libvirt/lockd/lvm"
+$ su - root
+# augtool -s set \
+  /files/etc/libvirt/qemu-lockd.conf/scsi_lockspace_dir \
+  "/var/lib/libvirt/lockd/scsi"
+# augtool -s set \
+  /files/etc/libvirt/qemu-lockd.conf/lvm_lockspace_dir \
+  "/var/lib/libvirt/lockd/lvm"
     

@@ -143,9 +143,9 @@

-      $ su - root
-      # augtool -s  set /files/etc/libvirt/qemu.conf/lock_manager lockd
-      # service libvirtd restart
+$ su - root
+# augtool -s  set /files/etc/libvirt/qemu.conf/lock_manager lockd
+# service libvirtd restart