etc: Add environment option to run init.d/ashd silently.
[ashd.git] / doc / httrcall.doc
index cda8c95..514ae6f 100644 (file)
@@ -32,11 +32,11 @@ OPTIONS
 *-l* 'LIMIT'::
 
        If specified, only 'LIMIT' copies of the handler program are
-       allowed to run at one time. If furter request are received
+       allowed to run at one time. If further requests are received
        while 'LIMIT' children are running, *httrcall* will block,
-       waiting for one to exit before forking new ones. If no *-l*
-       option is specified, *httrcall* imposes no limit on the number
-       of children that may run.
+       waiting for one to exit before processing further requests. If
+       no *-l* option is specified (or specified as zero), *httrcall*
+       imposes no limit on the number of children that may run.
 
 AUTHOR
 ------