From: Andreas Dolp Date: Thu, 17 Feb 2022 07:04:35 +0000 (+0100) Subject: doc: Fix typos X-Git-Tag: suricata-7.0.0-beta1~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4163c4e025ba9316fcb6afc27e05fbe2426362c;p=thirdparty%2Fsuricata.git doc: Fix typos --- diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index 3c8b78afa9..67299f47ec 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -264,7 +264,7 @@ different YAML file. ... If the same section, say outputs is later redefined after the include -statement it will overwrite the included file. Therefor any include +statement it will overwrite the included file. Therefore any include statement at the end of the document will overwrite the already configured sections. diff --git a/doc/userguide/rules/datasets.rst b/doc/userguide/rules/datasets.rst index b248fe3f91..81e4f5bb84 100644 --- a/doc/userguide/rules/datasets.rst +++ b/doc/userguide/rules/datasets.rst @@ -4,7 +4,7 @@ Datasets Using the ``dataset`` and ``datarep`` keyword it is possible to match on large amounts of data against any sticky buffer. -For example, to match against a DNs black list called ``dns-bl``:: +For example, to match against a DNS black list called ``dns-bl``:: dns.query; dataset:isset,dns-bl;