man: document syndaemon -m switch

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2011-07-28 10:43:38 +10:00
parent ca3e0b33d0
commit 72d5b48869

View File

@@ -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