diff options
author | Peter Osterlund <petero2@telia.com> | 2005-03-06 09:45:15 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:09 +0200 |
commit | a37fdb94f4fc48a896400071a36191a59ee477fd (patch) | |
tree | e69878d9871fe374b8d439b3b8a2428828130a9d /manpages | |
parent | 18c6245e43c819491ab2a0c7fae68c30f9c1b868 (diff) |
Added -p switch to syndaemon to make it record its pid in
a pid file. This simplifies init scripts. Based on a patch from
maximilian attems <max@sternwelten.at>.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/syndaemon.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 748d4fb..847bd1e 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -19,6 +19,11 @@ How many seconds to wait after the last key press before enabling the touchpad. Start as a daemon, ie in the background. .LP .TP +\fB\-p\fR <\fIpid\-file\fP> +Create a pid file with the specified filename. A pid file will only be +created if the program is started in daemon mode. +.LP +.TP \fB\-t\fP Only disable tapping, not mouse movements, in response to keyboard activity. .SH "ENVIRONMENT VARIABLES" |