From cfe6f17c3c1f76ce403195dbae8ac4141f527ba7 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 4 Feb 2020 14:32:17 +0000 Subject: ACL: Fix parsing of control=queue_only Broken-by: 9438970c97 --- doc/doc-docbook/spec.xfpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index f7002b9fe..0d22aaefa 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30151,7 +30151,7 @@ in several different ways. For example: It can be at the end of an &%accept%& statement: .code accept ...some conditions - control = queue_only + control = queue .endd In this case, the control is applied when this statement yields &"accept"&, in other words, when the conditions are all true. @@ -30160,7 +30160,7 @@ other words, when the conditions are all true. It can be in the middle of an &%accept%& statement: .code accept ...some conditions... - control = queue_only + control = queue ...some more conditions... .endd If the first set of conditions are true, the control is applied, even if the -- cgit v1.2.3