From 7d6875fb6857de8c905cf6870d77e6378b0c25c8 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 8 Apr 2019 15:53:47 -0700 Subject: [PATCH] documentation: Correct rst for ssh-keywords This changeset corrects an error in the ssh-keywords where 3 "`" characters were used instead of 2 "`" characters. --- doc/userguide/rules/ssh-keywords.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.