]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: Correct RST quote usage
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 22 Feb 2020 18:19:28 +0000 (13:19 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 24 Feb 2020 10:05:46 +0000 (11:05 +0100)
Corrects misplaced backticks preventing proper formatting of `mpm-algo`
section.

doc/userguide/performance/tuning-considerations.rst

index 78bd6e0860d7e321605a6a534eccff2ff4b6c484..82caede1c7dabe15e1162a05645796388b172c67 100644 (file)
@@ -20,10 +20,10 @@ The memory is set up at start and the usage is as follows:
 mpm-algo: <ac|hs|ac-bs|ac-ks>
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-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: <low|medium|high|custom>