From: Jeff Lucovsky Date: Mon, 8 Apr 2019 22:53:47 +0000 (-0700) Subject: documentation: Correct rst for ssh-keywords X-Git-Tag: suricata-5.0.0-beta1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d6875fb6857de8c905cf6870d77e6378b0c25c8;p=thirdparty%2Fsuricata.git documentation: Correct rst for ssh-keywords This changeset corrects an error in the ssh-keywords where 3 "`" characters were used instead of 2 "`" characters. --- diff --git a/doc/userguide/rules/ssh-keywords.rst b/doc/userguide/rules/ssh-keywords.rst index d8ac1495fc..4d9c6b6565 100644 --- a/doc/userguide/rules/ssh-keywords.rst +++ b/doc/userguide/rules/ssh-keywords.rst @@ -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.