From: Jacob Bunk Nielsen Date: Fri, 30 Jun 2023 13:41:40 +0000 (+0200) Subject: Document the trailing '.' in StatNode.fullname X-Git-Tag: rec-5.0.0-alpha1~135^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a42ce944ef429b90a58463e17884a97c4ceaf3c;p=thirdparty%2Fpdns.git Document the trailing '.' in StatNode.fullname --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 32e81c02a4..36e147dcc4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1635,11 +1635,11 @@ StatNode .. attribute:: StatNode.fullname - The complete name of that node, ie 'www.powerdns.com'. + The complete name of that node, ie 'www.powerdns.com.'. .. attribute:: StatNode.labelsCount - The number of labels in that node, for example 3 for 'www.powerdns.com'. + The number of labels in that node, for example 3 for 'www.powerdns.com.'. .. method:: StatNode:numChildren @@ -1662,7 +1662,7 @@ StatNode The number of No Error answers returned for that node. .. attribute:: StatNodeStats.hits - + .. versionadded:: 1.8.0 The number of cache hits for that node.