From: Cool Fire Date: Wed, 31 Mar 2021 08:02:54 +0000 (+0200) Subject: Fix typo in dnsdist docs for SuffixMatchNodeRule X-Git-Tag: dnsdist-1.6.0-rc1~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10248%2Fhead;p=thirdparty%2Fpdns.git Fix typo in dnsdist docs for SuffixMatchNodeRule Typo in param name listing. --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 77c148a15e..baa3a60eb5 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -699,7 +699,7 @@ These ``DNSRule``\ s be one of the following items: To match domain names exactly, see :func:`QNameSetRule`. - :param SuffixMatchNode smb: The SuffixMatchNode to match on + :param SuffixMatchNode smn: The SuffixMatchNode to match on :param bool quiet: Do not display the list of matched domains in Rules. Default is false. .. function:: TagRule(name [, value])