1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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>
|