comparison mod_firewall/README.markdown @ 3197:f6a14cdc531b

mod_firewall: Add a missing space after a comma in the README.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 01 Aug 2018 10:00:53 +0200
parents 1e1c929c1aa5
children 2dcbc01c9931
comparison
equal deleted inserted replaced
3196:01503000d2f1 3197:f6a14cdc531b
272 returned. If the path ends with '@name' then the value of the attribute 272 returned. If the path ends with '@name' then the value of the attribute
273 'name' will be returned. 273 'name' will be returned.
274 274
275 You can use INSPECT to test for the existence of an element or attribute, 275 You can use INSPECT to test for the existence of an element or attribute,
276 or you can see if it is equal to a string by appending `=STRING` (as in the 276 or you can see if it is equal to a string by appending `=STRING` (as in the
277 example above). Finally,you can also test whether it matches a given Lua 277 example above). Finally, you can also test whether it matches a given Lua
278 pattern by using `~=PATTERN`. 278 pattern by using `~=PATTERN`.
279 279
280 INSPECT is somewhat slower than the other stanza matching conditions. To 280 INSPECT is somewhat slower than the other stanza matching conditions. To
281 minimise performance impact, always place it below other faster 281 minimise performance impact, always place it below other faster
282 condition checks where possible (e.g. above we first checked KIND, TYPE 282 condition checks where possible (e.g. above we first checked KIND, TYPE