From 48a4b144b6f79fe16f59ca7d9f45c409e2de4bce Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 Feb 2010 09:27:30 +0000 Subject: fixed/updated manpage --- doc/rhdropbox.8 | 14 ++++++++++---- doc/rhdropbox.8.txt | 4 ++-- 2 files changed, 12 insertions(+), 6 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 -.\" 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 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 diff --git a/doc/rhdropbox.8.txt b/doc/rhdropbox.8.txt index da95a82..c245a2a 100644 --- a/doc/rhdropbox.8.txt +++ b/doc/rhdropbox.8.txt @@ -96,7 +96,7 @@ COMMAND INTERFACE ----------------- *rhdropbox* 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 +*-s|--command-sock* parameter. You can connect to this socket for example using socat: # socat UNIX-CONNECT:/var/run/rhdropbox/rhdropbox.sock STDIO @@ -112,7 +112,7 @@ All commands have to end with '\n'. The following commands are supported: is returned. In case of an error a string of the form "Error: \n" is returned. *status*:: - Returns the complete list of all directories from the wath list. + Returns the complete list of all directories of the watch list. *listen [request|status|none]*:: Add the client to the status and or request listeners. When no parameter is passed to -- cgit v1.2.3