From 510d29d4728597f43ec6b218ef25b20e17c8b09e Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sat, 4 Jan 2014 09:56:09 +1100
Subject: [PATCH] Minor documentation improvements.

---
 Bootloaders/CDC/BootloaderCDC.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab