diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 995896e9d9..6a3b976f6b 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2260,8 +2260,8 @@ tunnel; type='tcp' or type='spicevmc' (which uses the usbredir channel of a SPICE graphics - device) are typical.The redirdev element has an optional - sub-element<address> which can tie the + device) are typical. The redirdev element has an optional + sub-element <address> which can tie the device to a particular controller. Further sub-elements, such as <source>, may be required according to the given type, although a <target> sub-element @@ -2280,13 +2280,13 @@
redirfilter
The redirfilter element is used for creating the filter rule to filter out certain devices from redirection. - It uses sub-element <usbdev>to define each filter rule. - classattribute is the USB Class code, for example, + It uses sub-element <usbdev> to define each filter rule. + class attribute is the USB Class code, for example, 0x08 represents mass storage devices. The USB device can be addressed by - vendor / product id using thevendor and product attributes. + vendor / product id using the vendor and product attributes. version is the bcdDevice value of USB device, such as 1.00, 1.10 and 2.00. These four attributes are optional and -1 can be used to allow - any value for them. allowattribute is mandatory, + any value for them. allow attribute is mandatory, 'yes' means allow, 'no' for deny.