From 039c9d5ac79e4897a54ba6b0d9633085027cd6a6 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 11 Nov 2016 23:40:27 +0100 Subject: [PATCH] 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 
---
 docs/locking-lockd.html.in | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

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