]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix indentation in shell snippet
authorAndrea Bolognani <abologna@redhat.com>
Fri, 24 Dec 2021 09:46:50 +0000 (10:46 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 24 Dec 2021 09:47:44 +0000 (10:47 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
docs/daemons.rst

index 8a05ee77a748244b2de3de020a4511c2ec7feef8..c8ae3b0cef03d719d9ff44aa23cbbfb66e9b966e 100644 (file)
@@ -402,7 +402,7 @@ host first.
           systemctl unmask virt${drv}d{,-ro,-admin}.socket
           systemctl enable virt${drv}d.service
           systemctl enable virt${drv}d{,-ro,-admin}.socket
-       done
+        done
 
 #. Start the sockets for the same set of daemons. There is no need to start the
    services as they will get started when the first socket connection is
@@ -413,7 +413,7 @@ host first.
       $ for drv in qemu network nodedev nwfilter secret storage
         do
           systemctl start virt${drv}d{,-ro,-admin}.socket
-       done
+        done
 
 #. If connections from remote hosts need to be supported the proxy daemon
    must be enabled and started