fix things which aren't tags

This commit is contained in:
Nick Pegg 2021-01-08 22:01:20 -08:00
parent 983405a9f3
commit 35f2ccc54a

View file

@ -41,7 +41,7 @@ ACTION=="remove", \
```
The VENDOR_ID and MODEL_ID can be found by running the `lsusb` command, which
shows this as "ID <vendor id>:<model id>", for example "ID 6b62:6869".
shows this as "ID vendor_id:model_id", for example "ID 6b62:6869".
And of course, here's the script `/usr/local/bin/kvm-udev` which takes care of
the auto-connecting. It takes two parameters, first either being "attach" or