From 9a42ce944ef429b90a58463e17884a97c4ceaf3c Mon Sep 17 00:00:00 2001 From: Jacob Bunk Nielsen Date: Fri, 30 Jun 2023 15:41:40 +0200 Subject: [PATCH] Document the trailing '.' in StatNode.fullname --- pdns/dnsdistdist/docs/reference/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2