documentation: Correct rst for ssh-keywords

This changeset corrects an error in the ssh-keywords
where 3 "`" characters were used instead of 2 "`" characters.
pull/3818/head
Jeff Lucovsky 6 years ago committed by Victor Julien
parent 97fc7c1e1a
commit 7d6875fb68

@ -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.

Loading…
Cancel
Save