Fix dbfwfilter rule syntax documentation

The documentation listed the rules as a comma separated list when they
were parsed as a whitespace separated list. The match specifiers were also
defined as optional when in fact they were mandatory.
This commit is contained in:
Markus Makela 2016-12-05 17:26:21 +02:00
parent 21098e0a26
commit 1a9232b152

View File

@ -157,7 +157,7 @@ This limits the rule to be active only on certain types of queries. The possible
The `users` directive defines the users to which the rule should be applied.
`users NAME ... match [any|all|strict_all] rules RULE [,...]`
`users NAME... match { any | all | strict_all } rules RULE...`
The first keyword is `users`, which identifies this line as a user definition line.