From: jason taylor Date: Fri, 3 Jun 2022 19:01:04 +0000 (+0000) Subject: doc: minor punctuation update X-Git-Tag: suricata-7.0.0-beta1~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f49bfe8e657b8fcc4d2a8f358e69190f90f8d9;p=thirdparty%2Fsuricata.git doc: minor punctuation update Signed-off-by: jason taylor --- diff --git a/doc/userguide/rules/intro.rst b/doc/userguide/rules/intro.rst index 050b2c54ad..11ab0f890f 100644 --- a/doc/userguide/rules/intro.rst +++ b/doc/userguide/rules/intro.rst @@ -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.