From: Juliana Fajardini Date: Fri, 15 Oct 2021 15:36:24 +0000 (+0100) Subject: userguide: (nit) fix typo in lua-output page X-Git-Tag: suricata-7.0.0-beta1~1145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c636d25c7309f7f96d35b18900ec36ad6f6e0d0;p=thirdparty%2Fsuricata.git userguide: (nit) fix typo in lua-output page --- diff --git a/doc/userguide/output/lua-output.rst b/doc/userguide/output/lua-output.rst index 1503444db1..ab520e1aaa 100644 --- a/doc/userguide/output/lua-output.rst +++ b/doc/userguide/output/lua-output.rst @@ -10,7 +10,7 @@ define four hook functions. For lua output scripts suricata offers a wide range of lua functions. They all return information on specific engine internals and aspects of the network traffic. They are described in the following sections, grouped by the event/traffic type. -But let's start with a example explaining the four hook functions, and how to make +But let's start with an example explaining the four hook functions, and how to make suricata load a lua output script. Script structure