summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-01-16 07:55:55 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:40 +0200
commit47612b922468cf5d807d1e7893e59e63a9977ca9 (patch)
tree33a65f707a8efe5938509093c6088b5621a7fb45 /README
parenta210c3a5bf5fad3d0e159158742be4f9e7c692a9 (diff)
Fixed typo in the FAQ. (mkdev -> mknod).
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 263cfac..5352e53 100644
--- a/README
+++ b/README
@@ -163,9 +163,9 @@ FAQ
them manually if they don't exist already. (Look at
/proc/bus/input/devices to figure out how many nodes you need.)
- # mkdev /dev/input/event0 c 13 64
- # mkdev /dev/input/event1 c 13 65
- # mkdev /dev/input/event2 c 13 66
+ # mknod /dev/input/event0 c 13 64
+ # mknod /dev/input/event1 c 13 65
+ # mknod /dev/input/event2 c 13 66
...
* How can I configure tap-to-click behavior?