aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-21 14:17:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-21 14:17:09 -0700
commit4e41e7186d5ab720b6e4acae0a884ec0d1f1e5e3 (patch)
tree371e87a8d96fa811121d37c6f6c071a9cd83dc1b
parentfb24dcef037f24c033ba27d95e291183b8ece223 (diff)
parent3b3714f4a4db3c6a2d707856d5461c19cdcd2ce7 (diff)
downloadsource.android.com-4e41e7186d5ab720b6e4acae0a884ec0d1f1e5e3.tar.gz
am 3b3714f4: Merge "Escape underscores"
* commit '3b3714f4a4db3c6a2d707856d5461c19cdcd2ce7': Escape underscores
-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 ##