From 929e9146d5d4242b5e51a5aebc5fcd8ff731b8f6 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 16 May 2021 16:44:56 +0200 Subject: [PATCH] doc: Clarify httrcall limit functionality further. --- doc/httrcall.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/httrcall.doc b/doc/httrcall.doc index a95e782..1e94ab2 100644 --- a/doc/httrcall.doc +++ b/doc/httrcall.doc @@ -35,8 +35,8 @@ OPTIONS 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. + no *-l* option is specified (or specified as zero), *httrcall* + imposes no limit on the number of children that may run. AUTHOR ------ -- 2.11.0