summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-02-04 14:32:17 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-04 15:32:24 +0000
commitcfe6f17c3c1f76ce403195dbae8ac4141f527ba7 (patch)
treee530452ea6806feb182da8d6195a2c8fc430b995 /doc
parent6b3e96244682c63893ff3884b06bff68104ce2c8 (diff)
ACL: Fix parsing of control=queue_only
Broken-by: 9438970c97
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt4
1 files changed, 2 insertions, 2 deletions
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