doc: Fixed typo.
[ashd.git] / doc / httrcall.doc
index c4fa48e..a95e782 100644 (file)
@@ -7,7 +7,7 @@ httrcall - Call transient ashd handlers
 
 SYNOPSIS
 --------
-*httrcall* [*-h*] 'PROGRAM' ['ARGS'...]
+*httrcall* [*-h*] [*-l* 'LIMIT'] 'PROGRAM' ['ARGS'...]
 
 DESCRIPTION
 -----------
@@ -29,6 +29,15 @@ OPTIONS
 
        Print a brief help message to standard output and exit.
 
+*-l* 'LIMIT'::
+
+       If specified, only 'LIMIT' copies of the handler program are
+       allowed to run at one time. If further request are received
+       while 'LIMIT' children are running, *httrcall* will block,
+       waiting for one to exit before processing further requests. If
+       no *-l* option is specified, *httrcall* imposes no limit on
+       the number of children that may run.
+
 AUTHOR
 ------
 Fredrik Tolf <fredrik@dolda2000.com>