]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3170] Added missing blank line
authorFrancis Dupont <fdupont@isc.org>
Sat, 8 Jun 2024 17:15:55 +0000 (19:15 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 11 Jun 2024 14:34:08 +0000 (16:34 +0200)
doc/sphinx/arm/classify.rst

index c620d22633b2c685957d2d4a8f9d70ee245adda8..a32fbbe4836fe1ff5e0b5a93fb0f866883819bd5 100644 (file)
@@ -573,6 +573,7 @@ Predicates
 The two predicates are Equal and Match. They can be used to build other
 common predicates, for instance:
 ::
+
            not (substring('foobar', 3, 3) == 'bar')
            match('foo.*', lcase('FooBar'))
            match('.*foo.*', 'is it foo or bar')