From: Anthony PERARD Date: Wed, 14 Mar 2018 15:00:14 +0000 (+0000) Subject: docs: Fix entry for the "usbdev" option X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~404 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab741b1aea05ae57114d225a129980e4ed189cc2;p=xen.git docs: Fix entry for the "usbdev" option The man for xl.cfg have the "devtype=hostdev" option, but xl only understand "type=hostdev", fix the manual to reflect actual implementation. Signed-off-by: Anthony PERARD Reviewed-by: George Dunlap Acked-by: Wei Liu --- diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index 69552f8a05..2c1a6e1422 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -986,7 +986,7 @@ settings, from the following list: =over 4 -=item B +=item B Specifies USB device type. Currently only "hostdev" is supported.