]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix a couple of typos on the storage pool html
authorJohn Ferlan <jferlan@redhat.com>
Thu, 4 Dec 2014 00:09:20 +0000 (19:09 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 5 Dec 2014 16:49:36 +0000 (11:49 -0500)
Fix format of the secret XML in the example. The XML had an extraneous
"type='iscsi'" (which is used by the <disk> definitions)

The world wide node name had a typo in the acronym (wwwn).

docs/formatstorage.html.in

index de786b874cdc59f1ee3f28fd7413bed8d17c45bb..0951daa7fc95d0970b3e5283765d2c44961fe71a 100644 (file)
@@ -80,7 +80,7 @@
           &lt;host name="iscsi.example.com"/&gt;
           &lt;device path="demo-target"/&gt;
           &lt;auth type='chap' username='myname'&gt;
-            &lt;secret type='iscsi' usage='mycluster_myname'/&gt;
+            &lt;secret usage='mycluster_myname'/&gt;
           &lt;/auth&gt;
           &lt;vendor name="Acme"/&gt;
           &lt;product name="model"/&gt;
             </dd>
         </dl>
         <dl>
-          <dt><code>wwwn</code> and <code>wwpn</code></dt>
+          <dt><code>wwnn</code> and <code>wwpn</code></dt>
           <dd>The "World Wide Node Name" (<code>wwnn</code>) and "World Wide
             Port Name" (<code>wwpn</code>) are used by the "fc_host" adapter
             to uniquely identify the device in the Fibre Channel storage fabric