doc: Correct RST quote usage

Corrects misplaced backticks preventing proper formatting of `mpm-algo`
section.

(cherry picked from commit 8c132c0b87)
pull/4718/head
Jeff Lucovsky 6 years ago
parent e57637eb8a
commit 14a789ff40

@ -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 (``AhoCorasick ``) is the default.
Controls the pattern matcher algorithm. AC (``AhoCorasick``) 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`` (``AhoCorasick `` Ken Steele variant) as it performs better than
``mpm-algo: ac-ks`` (``AhoCorasick`` Ken Steele variant) as it performs better than
``mpm-algo: ac``
detect.profile: <low|medium|high|custom>

Loading…
Cancel
Save