]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix a nit in the dnsdist docs
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 5 Sep 2017 14:58:27 +0000 (16:58 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Sep 2017 14:22:15 +0000 (16:22 +0200)
pdns/dnsdistdist/docs/reference/config.rst

index a8eae8e6a594dbf8f25af03f48901445cb0bdb89..5b259fcdc04eb53ee649945f9e889dc4d669f345 100644 (file)
@@ -529,11 +529,11 @@ Status, Statistics and More
 
 .. function:: topResponses([num[, rcode[, labels]]])
 
-  Print the ``num`` most seen responses with an RCODE or ``rcode``.
+  Print the ``num`` most seen responses with an RCODE of ``rcode``.
   Optionally grouped by the rightmost ``labels`` DNS labels.
 
   :param int num: Number to show, defaults to 10
-  :param int rcode: Response code (e.g. 0=NO Error, 2=ServFail, 3=ServFail), defaults to 0
+  :param int rcode: :ref:`Response code <DNSRCode>`, defaults to 0 (No Error)
   :param int label: Number of labels to cut down to
 
 .. function:: topSlow([num[, limit[, labels]]])