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 /lsinput.8 | |
parent | ed6dd45396f646522be655d9383ba5c73b7916e2 (diff) | |
download | input-3f5e1b712415652ccbe71df84efc04e1e219aa7c.tar.gz |
rename manpages
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> |