aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-21 11:22:05 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-21 11:22:06 -0700
commit3b3714f4a4db3c6a2d707856d5461c19cdcd2ce7 (patch)
tree371e87a8d96fa811121d37c6f6c071a9cd83dc1b
parenteb9a57f5a4b1c4a746445a3102ab9cd20792fa5e (diff)
parent1b4c74e374a8c145ed7d32329e6076a52642c5f4 (diff)
downloadsource.android.com-3b3714f4a4db3c6a2d707856d5461c19cdcd2ce7.tar.gz
Merge "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 ##