]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: minor punctuation update
authorjason taylor <jtfas90@gmail.com>
Fri, 3 Jun 2022 19:01:04 +0000 (19:01 +0000)
committerVictor Julien <vjulien@oisf.net>
Fri, 1 Jul 2022 13:45:31 +0000 (15:45 +0200)
Signed-off-by: jason taylor <jtfas90@gmail.com>
doc/userguide/rules/intro.rst

index 050b2c54adc08995cc41ca9cac28fed3ba2b1195..11ab0f890f8c01f792626457f80a60976f858e48 100644 (file)
@@ -43,11 +43,11 @@ Action
 
 Valid actions are:
 
-* alert - generate an alert
-* pass - stop further inspection of the packet
-* drop - drop packet and generate alert
+* alert - generate an alert.
+* pass - stop further inspection of the packet.
+* drop - drop packet and generate alert.
 * reject - send RST/ICMP unreach error to the sender of the matching packet.
-* rejectsrc - same as just `reject`
+* rejectsrc - same as just `reject`.
 * rejectdst - send RST/ICMP error packet to receiver of the matching packet.
 * rejectboth - send RST/ICMP error packets to both sides of the conversation.