diff options
-rw-r--r-- | man/syndaemon.man | 12 |
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 |