diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-03-30 16:37:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-30 19:03:15 -0400 |
commit | 096015236df46c64be8b86e41fd4e28522e5f7e5 (patch) | |
tree | 58f19c125d4ae620ad4bacf3e0ac7e9bcfa19338 /Documentation/input | |
parent | 9a7c48b7c3d58835b3a91d86c55e0ae77d15ddd5 (diff) |
Documentation: input.txt: clarify mousedev 'cat' command syntax
Clarify that the 'cat' command does not include the (c, 13, 32)
after it.
Reported-by: Dan Jidanni Jacobson <jidanni@jidanni.org>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/input')
-rw-r--r-- | Documentation/input/input.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt index b3d6787b4fb1..666c06c5ab0c 100644 --- a/Documentation/input/input.txt +++ b/Documentation/input/input.txt | |||
@@ -250,8 +250,8 @@ And so on up to event31. | |||
250 | a USB keyboard works and is correctly connected to the kernel keyboard | 250 | a USB keyboard works and is correctly connected to the kernel keyboard |
251 | driver. | 251 | driver. |
252 | 252 | ||
253 | Doing a cat /dev/input/mouse0 (c, 13, 32) will verify that a mouse | 253 | Doing a "cat /dev/input/mouse0" (c, 13, 32) will verify that a mouse |
254 | is also emulated, characters should appear if you move it. | 254 | is also emulated; characters should appear if you move it. |
255 | 255 | ||
256 | You can test the joystick emulation with the 'jstest' utility, | 256 | You can test the joystick emulation with the 'jstest' utility, |
257 | available in the joystick package (see Documentation/input/joystick.txt). | 257 | available in the joystick package (see Documentation/input/joystick.txt). |