summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-07-28 10:43:38 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-07-28 11:10:32 +1000
commit72d5b4886927aee5fbc871b5c3d0300be92d8ecc (patch)
tree30aae130c65053afd991501654bc74f6308f9a19 /man
parentca3e0b33d02a6a86b156008216bf94042b81ce71 (diff)
man: document syndaemon -m switch
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/syndaemon.man12
1 files changed, 11 insertions, 1 deletions
diff --git a/man/syndaemon.man b/man/syndaemon.man
index 4fbb568..1094b3b 100644
--- a/man/syndaemon.man
+++ b/man/syndaemon.man
@@ -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