From: Pieter Lexis Date: Tue, 5 Sep 2017 14:58:27 +0000 (+0200) Subject: Fix a nit in the dnsdist docs X-Git-Tag: rec-4.1.0-rc1~46^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967f6a7f3af4e6aa65c36174d3e83dfb467c1aab;p=thirdparty%2Fpdns.git Fix a nit in the dnsdist docs --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index a8eae8e6a5..5b259fcdc0 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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 `, defaults to 0 (No Error) :param int label: Number of labels to cut down to .. function:: topSlow([num[, limit[, labels]]])