From: Jincheng Miao Date: Thu, 19 Jun 2014 09:45:13 +0000 (+0800) Subject: docs: fix some typos in formatdomain.html X-Git-Tag: v1.2.6-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98a60c22585a391405a84ec0637d02aeb6f6154;p=thirdparty%2Flibvirt.git docs: fix some typos in formatdomain.html 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 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 79b85d5f0d..3075e16f21 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2932,8 +2932,8 @@
hostdev
The hostdev element is the main container for describing host devices. For block/character device passthrough mode is - always "capabilities" and type is "block" for a block - device, "char" for a character device and "net" for a host network + always "capabilities" and type is "storage" for a block + device, "misc" for a character device and "net" for a host network interface.
source