diff options
author | kraxel <kraxel> | 2005-07-27 14:17:04 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2005-07-27 14:17:04 +0000 |
commit | c2bfceb3f4f46d3b2d1df47c9368ffdcc37496ed (patch) | |
tree | 71cf2652aa1fc05295da25c5a813fb7489da6a4a /input-events.man | |
parent | 36e15966c4808a6edc453d1f8f7887a7d7823863 (diff) | |
download | input-c2bfceb3f4f46d3b2d1df47c9368ffdcc37496ed.tar.gz |
- added man-pages, contributed by Marcus Better <marcus@better.se>
Diffstat (limited to 'input-events.man')
-rw-r--r-- | input-events.man | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/input-events.man b/input-events.man new file mode 100644 index 0000000..da381c7 --- /dev/null +++ b/input-events.man @@ -0,0 +1,34 @@ +.TH INPUT-EVENTS 8 "July 2005" "" "" +.SH NAME + +input-events \- list input devices + +.SH SYNOPSIS +\fBinput\-events \fR [\fB\-t\fR\ \fIsec\fR] [\fB\-g\fR]\ \fIdevnr\fR + +.SH DESCRIPTION +.PP +\fBinput\-events\fR listens for events on kernel input device +\fIdevnr\fR and prints them. + +.SH OPTIONS +.TP +\fIdevnr\fR +The index of the input device to use (0 for /dev/input/event0 and so on). + +.TP +\fB\-g\fR +Grab device using EVIOCGRAB, i\&.e\&., +get exclusive access to the device. + +.TP +\fB\-t\fR\ \fIsec\fR +Set the timeout. +The program will quit after \fIsec\fR seconds without activity. + +.SH SEE ALSO +.PP +lsinput(8) + +.SH AUTHOR +Gerd Knorr. |