From: Andreas Dolp Date: Sat, 2 Apr 2022 12:02:40 +0000 (+0200) Subject: doc: Add missing ")" in example X-Git-Tag: suricata-7.0.0-beta1~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324f5ec10cf5d3414c607517bb1e047f86006437;p=thirdparty%2Fsuricata.git doc: Add missing ")" in example --- diff --git a/doc/userguide/rules/ssh-keywords.rst b/doc/userguide/rules/ssh-keywords.rst index 526aa06d7b..83d2f2fe8d 100644 --- a/doc/userguide/rules/ssh-keywords.rst +++ b/doc/userguide/rules/ssh-keywords.rst @@ -113,7 +113,7 @@ Example:: alert ssh any any -> any any (msg:"match hassh-string"; \ ssh.hassh.string; content:"none,zlib@openssh.com,zlib"; \ - sid:1000030; + sid:1000030;) ``ssh.hassh.string`` is a 'sticky buffer'.