]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: update priority wording userguide meta
authorjason taylor <jtfas90@gmail.com>
Mon, 18 Jul 2022 22:39:48 +0000 (22:39 +0000)
committerVictor Julien <vjulien@oisf.net>
Thu, 28 Jul 2022 14:40:02 +0000 (16:40 +0200)
Signed-off-by: jason taylor <jtfas90@gmail.com>
doc/userguide/rules/meta.rst

index 13df8f834b68448109f0e838dd782c46adc98f43..6b28faab2e1ee359e790441ef2d7ff6a26235ab8 100644 (file)
@@ -161,11 +161,11 @@ All the reference types are defined in the reference.config configuration file.
 priority
 --------
 The priority keyword comes with a mandatory numeric value which can
-range from 1 to 255. The numbers 1 through 4 are most often used.
-Signatures with a higher priority will be examined first. The highest
-priority is 1. Normally signatures have already a priority through
-a classtype definiteion. The classtype definition can be overridden
-with the priority keyword expressed in the signature.
+range from 1 to 255. The values 1 through 4 are commonly used.
+The highest priority is 1. Signatures with a higher priority will
+be examined first. Normally signatures have a priority determined through
+a classtype definition. The classtype definition can be overridden
+by defining the priority keyword in the signature.
 The format of priority is::
 
   priority:1;
@@ -192,4 +192,4 @@ The format is::
 
 If the value is src_ip then the source IP in the generated event (src_ip
 field in JSON) is the target of the attack. If target is set to dest_ip
-then the target is the destination IP in the generated event.
+then the target is the destination IP in the generated event.
\ No newline at end of file