]> granicus.if.org Git - pdns/commitdiff
Update rules-actions.rst
authorphonedph1 <phoned@gmail.com>
Sun, 21 Jul 2019 00:27:50 +0000 (18:27 -0600)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 00:27:50 +0000 (18:27 -0600)
s/cname/value/

pdns/dnsdistdist/docs/rules-actions.rst

index 504b41db9e98fa598353924872298a757bd0e1d2..94d93b17a698cd6183fb736c349f06adf93f1b66 100644 (file)
@@ -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()