diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-05-12 23:36:38 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-05-12 23:36:38 +0000 |
commit | d47dff9321e1b7fa3f83fab22ad1547f0710cd8c (patch) | |
tree | 4ba6f4eb5138e82fe09e7073aade3817e6014a32 /usr.sbin | |
parent | 5e99e25b759223064372aa8720c9b4da440669cb (diff) | |
download | FreeBSD-src-d47dff9321e1b7fa3f83fab22ad1547f0710cd8c.zip FreeBSD-src-d47dff9321e1b7fa3f83fab22ad1547f0710cd8c.tar.gz |
Mention that each criterium can only be used once.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/usbd/usbd.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/usbd/usbd.conf.5 b/usr.sbin/usbd/usbd.conf.5 index 1d92d27..5132835 100644 --- a/usr.sbin/usbd/usbd.conf.5 +++ b/usr.sbin/usbd/usbd.conf.5 @@ -154,6 +154,9 @@ configuration file. .Xr usb 4 , .Xr usbd 8 , .Xr usbdevs 8 +.Sh BUGS +It is currently not possible to use a selection criterium more than once. For +example it is not possible to specify more than one vendor Id. .Sh AUTHORS The man page for the usbd configuration file was written by .An Nick Hibma Aq n_hibma@freebsd.org . |