From e7f620883b2b35701174d8487e0e21f5b2ed6271 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 30 Sep 2014 15:47:17 +0200 Subject: [PATCH] doc: Clarified wording slightly. --- doc/httrcall.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ------ -- 2.11.0