Skip to content

Commit

Permalink
doc: Correct RST quote usage
Browse files Browse the repository at this point in the history
Corrects misplaced backticks preventing proper formatting of `mpm-algo`
section.
  • Loading branch information
jlucovsky authored and victorjulien committed Feb 24, 2020
1 parent bcea730 commit 8c132c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/userguide/performance/tuning-considerations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8c132c0

Please sign in to comment.