]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Make extended statistics counter documentation easier to find.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Mar 2010 14:53:28 +0000 (14:53 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Mar 2010 14:53:28 +0000 (14:53 +0000)
git-svn-id: file:///svn/unbound/trunk@2050 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5.in

index 6ada462d7b316d49fce14a9ef5772e5993c87593..336f9a09246225b31c2f2153f724c47226cd7672 100644 (file)
@@ -1,6 +1,8 @@
 18 March 2010: Wouter
        - Fixed random numbers for port, interface and server selection.
          Removed very small bias.
+       - Refer to the listing in unbound-control man page in the extended
+         statistics entry in the unbound.conf man page.
 
 16 March 2010: Wouter
        - Fix interface-automatic for OpenBSD: msg.controllen was too small,
index efda17fe5a8ad5feb7d1181a2e8abc14d41bd200..fbe374890e11344cb7dcfa5204e68d54b7756cc2 100644 (file)
@@ -100,7 +100,8 @@ the statistics counters after logging the statistics. Default is no.
 .TP
 .B extended\-statistics: \fI<yes or no>
 If enabled, extended statistics are printed from \fIunbound\-control\fR(8). 
-Default is off, because keeping track of more statistics takes time.
+Default is off, because keeping track of more statistics takes time.  The
+counters are listed in \fIunbound\-control\fR(8).
 .TP
 .B num\-threads: \fI<number>
 The number of threads to create to serve clients. Use 1 for no threading.