diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-04 09:56:09 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-04 09:56:09 +1100 |
commit | 510d29d4728597f43ec6b218ef25b20e17c8b09e (patch) | |
tree | db1381acee3bf5e802899f4ba437cbf667a31b9e | |
parent | ef16683b421c9142f1a7ba514674e8a9c071d983 (diff) | |
download | lufa-510d29d4728597f43ec6b218ef25b20e17c8b09e.tar.gz lufa-510d29d4728597f43ec6b218ef25b20e17c8b09e.tar.bz2 lufa-510d29d4728597f43ec6b218ef25b20e17c8b09e.zip |
Minor documentation improvements.
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt index 5a3581d1b..1e054de45 100644 --- a/Bootloaders/CDC/BootloaderCDC.txt +++ b/Bootloaders/CDC/BootloaderCDC.txt @@ -171,7 +171,8 @@ * this module to try to take control over inserted CDC devices, corrupting the * datastream. A UDEV rule is required to prevent this. * See <a href=https://groups.google.com/d/msg/lufa-support/CP9cy2bc8yo/kBqsOu-RBeMJ>here</a> for resolution steps. - * If the issue still persists then uninstall modemmanager by executing \c sudo \c apt-get \c remove \c modemmanager + * If the issue still persists then uninstall modemmanager by executing <tt>sudo apt-get remove modemmanager</tt>, or + * the equivalent using your chosen distribution's package manager. * * \par On Linux machines, the CDC bootloader is inaccessible. * On many Linux systems, non-root users do not have automatic access to newly |