]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
documentation: Correct rst for ssh-keywords
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 8 Apr 2019 22:53:47 +0000 (15:53 -0700)
committerVictor Julien <victor@inliniac.net>
Thu, 25 Apr 2019 08:51:16 +0000 (10:51 +0200)
This changeset corrects an error in the ssh-keywords
where 3 "`" characters were used instead of 2 "`" characters.

doc/userguide/rules/ssh-keywords.rst

index d8ac1495fc7aa106d8298490ae3c351fedcb36ad..4d9c6b6565e3ecdb75420f3319679e6c1a800782 100644 (file)
@@ -19,7 +19,7 @@ The example above matches on SSH connections with SSH version 2.
 
 ``ssh.proto`` can be used as ``fast_pattern``.
 
-``ssh.proto`` replaces the previous keyword name: ```ssh_proto``. You may continue
+``ssh.proto`` replaces the previous keyword name: ``ssh_proto``. You may continue
 to use the previous name, but it's recommended that rules be converted to use
 the new name.
 
@@ -39,7 +39,7 @@ The example above matches on SSH connections where the software string contains
 
 ``ssh.software`` can be used as ``fast_pattern``.
 
-``ssh.software`` replaces the previous keyword name: ```ssh_software``. You may continue
+``ssh.software`` replaces the previous keyword name: ``ssh_software``. You may continue
 to use the previous name, but it's recommended that rules be converted to use
 the new name.