]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: auth: Fix a couple of stylistic issues
authorErik Skultety <eskultet@redhat.com>
Fri, 12 Mar 2021 11:07:27 +0000 (12:07 +0100)
committerErik Skultety <eskultet@redhat.com>
Tue, 23 Mar 2021 16:55:06 +0000 (17:55 +0100)
These were the result of the conversion to RST by commit
97f21a82b279d54743d28c989c03f18e077781ac.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/auth.rst

index 092b0cffda3a973a140872625671783f0b1c5852..656267aa402aa91d29b7eeb48c52c6c0a4250b96 100644 (file)
@@ -80,7 +80,7 @@ the service type and host:
 ::
 
    [auth-$SERVICE-$HOSTNAME]
-   credentials=$CREDENTIALS</pre>
+   credentials=$CREDENTIALS
 
 For example, following the previous example, here is how to
 map some machines. For convenience libvirt supports a default
@@ -242,7 +242,7 @@ a user ``fred``, run
 ::
 
    # saslpasswd2 -a libvirt fred
-    Password: xxxxxx
+   Password: xxxxxx
    Again (for verification): xxxxxx
 
 To see a list of all accounts the ``sasldblistusers2`` command can be used.