]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix whitespace in output
authorJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jun 2016 14:16:18 +0000 (10:16 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Jun 2016 14:22:59 +0000 (10:22 -0400)
Many moons ago, commit id '8d7800a55' adjusted the format of the output
to add a space on the HEADER and the DATA... the docs weren't updated to
reflect that... This makes that adjustment.

docs/formatsecret.html.in

index 599cb38bd144ec161dccbf8da860535f86f5c46c..c39d2a73d4ba9a9d1ba487aa83e8b0d9f667f6cc 100644 (file)
       Secret 1b40a534-8301-45d5-b1aa-11894ebb1735 created
       #
       # virsh secret-list
-      UUID                                 Usage
+       UUID                                 Usage
       -----------------------------------------------------------
-      1b40a534-8301-45d5-b1aa-11894ebb1735 cephx ceph_example
+       1b40a534-8301-45d5-b1aa-11894ebb1735 cephx ceph_example
       #
       # CEPHPHRASE=`printf %s "pass phrase" | base64`
       # virsh secret-set-value 1b40a534-8301-45d5-b1aa-11894ebb1735 $CEPHPHRASE
       Secret c4dbe20b-b1a3-4ac1-b6e6-2ac97852ebb6 created
 
       # virsh secret-list
-      UUID                                 Usage
+       UUID                                 Usage
       -----------------------------------------------------------
-      c4dbe20b-b1a3-4ac1-b6e6-2ac97852ebb6 iscsi libvirtiscsi
+       c4dbe20b-b1a3-4ac1-b6e6-2ac97852ebb6 iscsi libvirtiscsi
 
       # MYSECRET=`printf %s "mysecret" | base64`
       # virsh secret-set-value c4dbe20b-b1a3-4ac1-b6e6-2ac97852ebb6 $MYSECRET