From: Jeff Lucovsky Date: Sat, 22 Feb 2020 18:19:28 +0000 (-0500) Subject: doc: Correct RST quote usage X-Git-Tag: suricata-5.0.3~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a789ff40cabfdf2f9cadc59e4bd09faeec22e8;p=thirdparty%2Fsuricata.git doc: Correct RST quote usage Corrects misplaced backticks preventing proper formatting of `mpm-algo` section. (cherry picked from commit 8c132c0b8746ee2b91693c54625076e6a3be123e) --- diff --git a/doc/userguide/performance/tuning-considerations.rst b/doc/userguide/performance/tuning-considerations.rst index 78bd6e0860..82caede1c7 100644 --- a/doc/userguide/performance/tuning-considerations.rst +++ b/doc/userguide/performance/tuning-considerations.rst @@ -20,10 +20,10 @@ The memory is set up at start and the usage is as follows: mpm-algo: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Controls the pattern matcher algorithm. AC (``Aho–Corasick ``) is the default. +Controls the pattern matcher algorithm. AC (``Aho–Corasick``) is the default. On supported platforms, :doc:`hyperscan` is the best option. On commodity hardware if Hyperscan is not available the suggested setting is -``mpm-algo: ac-ks`` (``Aho–Corasick `` Ken Steele variant) as it performs better than +``mpm-algo: ac-ks`` (``Aho–Corasick`` Ken Steele variant) as it performs better than ``mpm-algo: ac`` detect.profile: