mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
man: document syndaemon -m switch
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -7,7 +7,7 @@ syndaemon \- a program that monitors keyboard activity and disables
|
||||
the touchpad when the keyboard is being used.
|
||||
.SH "SYNOPSIS"
|
||||
.LP
|
||||
syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP]
|
||||
syndaemon [\fI\-i idle\-time\fP] [\fI\-m poll-inverval\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP]
|
||||
[\fI\-t\fP] [\fI\-k\fP] [\fI\-K\fP] [\fI\-R\fP] [\fI\-s\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.LP
|
||||
@@ -24,6 +24,16 @@ touchpad.
|
||||
(default is 2.0s).
|
||||
.LP
|
||||
.TP
|
||||
\fB\-m\fR <\fIpoll\-interval\fP>
|
||||
How many milliseconds to wait between two polling intervals. If this value is
|
||||
too low, it will cause unnecessary wake-ups. If this value is too high,
|
||||
some key presses (press and release happen between two intervals) may not
|
||||
be noticed. This switch has no effect when running with
|
||||
\fB-R\fP.
|
||||
.
|
||||
Default is 200ms.
|
||||
.LP
|
||||
.TP
|
||||
\fB\-d\fP
|
||||
Start as a daemon, ie in the background.
|
||||
.LP
|
||||
|
||||
Reference in New Issue
Block a user