]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: fix integer keyword matches list format 12013/head
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 23 Oct 2024 04:11:55 +0000 (21:11 -0700)
committerVictor Julien <victor@inliniac.net>
Wed, 23 Oct 2024 04:46:15 +0000 (06:46 +0200)
List wasn't being properly rendered.

doc/userguide/rules/integer-keywords.rst

index db539bec5ca1ab81e1ca9f3e0f6b1a3a175c0044..5bf5b93a3a18565cc7ae5e0217a9fb391342e0ce 100644 (file)
@@ -20,14 +20,14 @@ Comparison modes
 ----------------
 
 Integers can be matched for
-* Equality
-* Inequality
-* Greater than
-* Less than
-* Range
-* Negated range
-* Bitmask
-* Negated Bitmask
+  * Equality
+  * Inequality
+  * Greater than
+  * Less than
+  * Range
+  * Negated range
+  * Bitmask
+  * Negated Bitmask
 
 .. note::