From 3f5e1b712415652ccbe71df84efc04e1e219aa7c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 15 May 2017 15:55:50 +0200 Subject: rename manpages --- input-events.8 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 input-events.8 (limited to 'input-events.8') 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 -- cgit