diff options
Diffstat (limited to 'doc/rhdropbox.8')
-rw-r--r-- | doc/rhdropbox.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/rhdropbox.8 b/doc/rhdropbox.8 index ae9035d..c9f0ae5 100644 --- a/doc/rhdropbox.8 +++ b/doc/rhdropbox.8 @@ -2,12 +2,12 @@ .\" Title: rhdropbox .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> -.\" Date: 12/19/2009 +.\" Date: 02/11/2010 .\" Manual: rhdropbox user manual .\" Source: rhdropbox .\" Language: English .\" -.TH "RHDROPBOX" "8" "12/19/2009" "rhdropbox" "rhdropbox user manual" +.TH "RHDROPBOX" "8" "02/11/2010" "rhdropbox" "rhdropbox user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -129,9 +129,15 @@ the name of the new file relative to <path> the size of the file right after the event was received, this can be used to determine wheter the file is complete\&. The script should consider a file to be complete when it size doesn\(cqt change 3\-5seconds after the event got received\&. .RE .RE +.PP +\fB\-m|\-\-max\-children <#of children>\fR +.RS 4 +Limits the total concurrent executions of +\fB\-x|\-\-script\fR\&. A value of 0 means no limit\&. +.RE .SH "COMMAND INTERFACE" .sp -\fBrhdropbox\fR is listening for incoming commands at the unix socket speciefied by the \-s|\-\-command\-sock parameter\&. You can connect to this socket for example using socat: +\fBrhdropbox\fR is listening for incoming commands at the unix socket speciefied by the \fB\-s|\-\-command\-sock\fR parameter\&. You can connect to this socket for example using socat: .sp .if n \{\ .RS 4 @@ -157,7 +163,7 @@ Remove the path from the list of directories\&. If the command succeds nothing i .PP \fBstatus\fR .RS 4 -Returns the complete list of all directories from the wath list\&. +Returns the complete list of all directories of the watch list\&. .RE .PP \fBlisten [request|status|none]\fR |