From: Fredrik Tolf Date: Tue, 14 Oct 2014 22:05:58 +0000 (+0200) Subject: Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=213ac88bff161bd82257e488aa00ecad29149637;hp=d06b6013fea7b2c01e75c5fe8bf98ab7caf1346c;p=ashd.git Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd --- diff --git a/doc/httrcall.doc b/doc/httrcall.doc index cda8c95..555284e 100644 --- a/doc/httrcall.doc +++ b/doc/httrcall.doc @@ -34,9 +34,9 @@ OPTIONS If specified, only 'LIMIT' copies of the handler program are allowed to run at one time. If furter request 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, *httrcall* imposes no limit on + the number of children that may run. AUTHOR ------