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 <[email protected]> --- docs/man/xl.cfg.pod.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<devtype=hostdev> +=item B<type=hostdev> Specifies USB device type. Currently only "hostdev" is supported. -- Anthony PERARD _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
