From: phonedph1 Date: Sun, 21 Jul 2019 00:27:50 +0000 (-0600) Subject: Update rules-actions.rst X-Git-Tag: dnsdist-1.4.0-rc1~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c852dad555bbf8a43af23345dc759e767ab62b93;p=thirdparty%2Fpdns.git Update rules-actions.rst s/cname/value/ --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 504b41db9e..94d93b17a6 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -1101,7 +1101,7 @@ The following actions exist. Associate a tag named ``name`` with a value of ``value`` to this query, that will be passed on to the response. :param string name: The name of the tag to set - :param string cname: The value of the tag + :param string vlaue: The value of the tag .. function:: TagResponseAction(name, value) @@ -1110,7 +1110,7 @@ The following actions exist. Associate a tag named ``name`` with a value of ``value`` to this response. :param string name: The name of the tag to set - :param string cname: The value of the tag + :param string value: The value of the tag .. function:: TCAction()