From: jason taylor Date: Tue, 26 Apr 2022 20:33:07 +0000 (+0000) Subject: doc: remove extraneous + characters X-Git-Tag: suricata-7.0.0-beta1~637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bd775ca037762cd4610037480a8a42a314b325;p=thirdparty%2Fsuricata.git doc: remove extraneous + characters Signed-off-by: jason taylor --- diff --git a/doc/userguide/rules/http-keywords.rst b/doc/userguide/rules/http-keywords.rst index 85a3225851..e7f4f1beba 100644 --- a/doc/userguide/rules/http-keywords.rst +++ b/doc/userguide/rules/http-keywords.rst @@ -270,9 +270,7 @@ Example:: alert http any any -> any any (flow:to_server; http.protocol; content:"HTTP/1.0"; sid:1;) -``http.protocol`` replaces the previous keyword name: ```http_protocol``. You may continue -+to use the previous name, but it's recommended that rules be converted to use -+the new name. +``http.protocol`` replaces the previous keyword name: ```http_protocol``. You may continue to use the previous name, but it's recommended that rules be converted to use the new name. Example::