]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/lualib: fix wrong tuple section markdown in flowlib
authorTommy Wang <tommy50508@gmail.com>
Tue, 26 Aug 2025 13:15:25 +0000 (21:15 +0800)
committerVictor Julien <victor@inliniac.net>
Fri, 29 Aug 2025 07:09:46 +0000 (09:09 +0200)
Sections had wrong levels due to wrong markdown.

doc/userguide/lua/libs/flowlib.rst

index 95d97019cb5ef20f24bbd8ced97d031c5988de91..bdb8ab6782b50cb005b656285ea0cf65b8eafc10 100644 (file)
@@ -58,7 +58,7 @@ Ports and Addresses
 ~~~~~~~~~~~~~~~~~~~
 
 ``tuple``
-~~~~~~~~~
+^^^^^^^^^
 
 Using the `tuple` method, the IP version (4 or 6), src IP and dest IP (as
 string), IP protocol (int), and ports (ints) are retrieved.