Escape angle brackets

This commit is contained in:
L. Bradley LaBoon 2018-06-30 00:13:32 -04:00
parent 4b9ac41565
commit 329a6c4aca

View File

@ -39,7 +39,7 @@ what arguments are supported.
This program must be run with root privileges in order to send data to the
keyboard. If you want to avoid this, you can either change the permissions of
the device file manually (i.e. `chmod o+w /dev/bus/usb/<bus>/<device>`, where
<bus> and <device> can be found by running `lsusb`), or you can create a udev
\<bus> and \<device> can be found by running `lsusb`), or you can create a udev
rule to do this for you at boot. I have had very limited success with the udev
method, since the rules typically get applied very early in the boot process
before USB devices get initialized.