diff options
Diffstat (limited to 'lsinput.8')
-rw-r--r-- | lsinput.8 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lsinput.8 b/lsinput.8 new file mode 100644 index 0000000..718e4dd --- /dev/null +++ b/lsinput.8 @@ -0,0 +1,31 @@ +.TH LSINPUT 8 "July 2005" "" "" + +.SH NAME +lsinput \- list input devices + +.SH SYNOPSIS +.B lsinput +\fBlsinput\fR [\fB\-v\fR]\ [\fB\-s\fR\ \fIdevnr\fR] + +.SH DESCRIPTION +.PP +\fBlsinput\fR displays a list of all input devices of the kernel, +along with some information about each device. + +.SH OPTIONS +.TP +\fB\-v\fR +Be verbose, print more details on the input devices. +Default is to use a compact format with one line per device. + +.TP +\fB\-s\fR\ \fIdevnr\fR +Specify the device to print. +Default is to print all devices. + +.SH SEE ALSO +.PP +input\-events(8) + +.SH AUTHOR +Gerd Hoffmann <kraxel@redhat.com> |