From 50bb8d4cb25d8e4c4c4d7f70973b1f38e41dc9b1 Mon Sep 17 00:00:00 2001 From: EmilienCourt Date: Wed, 4 Dec 2019 11:07:26 +0100 Subject: [PATCH] doc: fix typo on example Quotes have been forgotten in the dnp3.data example, which throws an SC_ERR_INVALID_SIGNATURE(39) if used like in the example. --- doc/userguide/rules/dnp3-keywords.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userguide/rules/dnp3-keywords.rst b/doc/userguide/rules/dnp3-keywords.rst index 8876330615..36f5afd699 100644 --- a/doc/userguide/rules/dnp3-keywords.rst +++ b/doc/userguide/rules/dnp3-keywords.rst @@ -146,4 +146,4 @@ Example :: - dnp3_data; content:|c3 06|; + dnp3_data; content:"|c3 06|"; -- 2.47.2