From 8c132c0b8746ee2b91693c54625076e6a3be123e Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 22 Feb 2020 13:19:28 -0500 Subject: [PATCH] doc: Correct RST quote usage Corrects misplaced backticks preventing proper formatting of `mpm-algo` section. --- doc/userguide/performance/tuning-considerations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/performance/tuning-considerations.rst b/doc/userguide/performance/tuning-considerations.rst index 78bd6e0860d..82caede1c7d 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: