]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: fix some typos in formatdomain.html
authorJincheng Miao <jmiao@redhat.com>
Thu, 19 Jun 2014 09:45:13 +0000 (17:45 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 19 Jun 2014 13:54:09 +0000 (07:54 -0600)
In section "Block / character devices" of "Host device assignment",
the description of hostdev element has some error:

For a block device, the type should be "storage", not "block";
For a character device, the type should be "misc", not "char".

Signed-off-by: Jincheng Miao <jmiao@redhat.com>
docs/formatdomain.html.in

index 79b85d5f0dc1e2463feacef10475d156572a1bf2..3075e16f21f07ae7228f0f31ef941da7cd9505c9 100644 (file)
       <dt><code>hostdev</code></dt>
       <dd>The <code>hostdev</code> element is the main container for describing
         host devices. For block/character device passthrough <code>mode</code> is
-        always "capabilities" and <code>type</code> is "block" for a block
-        device, "char" for a character device and "net" for a host network
+        always "capabilities" and <code>type</code> is "storage" for a block
+        device, "misc" for a character device and "net" for a host network
         interface.
       </dd>
       <dt><code>source</code></dt>