]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document the trailing '.' in StatNode.fullname 12973/head
authorJacob Bunk Nielsen <jbn@one.com>
Fri, 30 Jun 2023 13:41:40 +0000 (15:41 +0200)
committerJacob Bunk Nielsen <jbn@one.com>
Fri, 30 Jun 2023 13:41:40 +0000 (15:41 +0200)
pdns/dnsdistdist/docs/reference/config.rst

index 32e81c02a4b0a17c17702dc72f037eb7e7a928e4..36e147dcc428e08dc29f4dbaa28273a064a39db3 100644 (file)
@@ -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.