diff --git a/src/site/apt/faq.apt.vm b/src/site/apt/faq.apt.vm index 1517e7b..581bfff 100644 --- a/src/site/apt/faq.apt.vm +++ b/src/site/apt/faq.apt.vm @@ -17,7 +17,7 @@ Frequently asked questions running your program as root. If this works then it is recommended to configure to give your user write permissions when the device is attached. You can do this by creating a file like - with content like this: + with content like this: ---- SUBSYSTEM=="usb",ATTR{idVendor}=="89ab",ATTR{idProduct}=="4567",MODE="0660",GROUP="wheel" @@ -30,7 +30,7 @@ Frequently asked questions If your device uses a shared vendor/product id then you might want to filter for the manufacturer and product name. This can be done by checking - the ATTR properties and . + the ATTR properties and . To activate this new configuration you may need to re-attach the USB device or run the command <<>>.