diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-15 15:55:50 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-15 15:55:50 +0200 |
commit | 3f5e1b712415652ccbe71df84efc04e1e219aa7c (patch) | |
tree | b1231d2fe8d6a525b2260b4227501bc7dc217935 /input-events.8 | |
parent | ed6dd45396f646522be655d9383ba5c73b7916e2 (diff) | |
download | input-3f5e1b712415652ccbe71df84efc04e1e219aa7c.tar.gz |
rename manpages
Diffstat (limited to 'input-events.8')
-rw-r--r-- | input-events.8 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/input-events.8 b/input-events.8 new file mode 100644 index 0000000..e57e428 --- /dev/null +++ b/input-events.8 @@ -0,0 +1,34 @@ +.TH INPUT-EVENTS 8 "July 2005" "" "" +.SH NAME + +input-events \- print input events + +.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 Hoffmann <kraxel@redhat.com> |