aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-20 12:35:35 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-06-20 12:35:35 -0700
commit1b4c74e374a8c145ed7d32329e6076a52642c5f4 (patch)
tree371e87a8d96fa811121d37c6f6c071a9cd83dc1b /src
parenteb9a57f5a4b1c4a746445a3102ab9cd20792fa5e (diff)
downloadsource.android.com-1b4c74e374a8c145ed7d32329e6076a52642c5f4.tar.gz
Escape underscores
Change-Id: Iab394fd02cb3589223efca95fa3773e0de2f7f36
Diffstat (limited to 'src')
-rw-r--r--src/tech/input/input-device-configuration-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tech/input/input-device-configuration-files.md b/src/tech/input/input-device-configuration-files.md
index 0a477d0d..be6900a2 100644
--- a/src/tech/input/input-device-configuration-files.md
+++ b/src/tech/input/input-device-configuration-files.md
@@ -62,7 +62,7 @@ The following paths are consulted in order.
* `/data/system/devices/idc/DEVICE_NAME.idc`
When constructing a file path that contains the device name, all characters
-in the device name other than '0'-'9', 'a'-'z', 'A'-'Z', '-' or '_' are replaced by '_'.
+in the device name other than '0'-'9', 'a'-'z', 'A'-'Z', '-' or '\_' are replaced by '\_'.
## Syntax ##