From: Wouter Wijngaards Date: Thu, 18 Mar 2010 14:53:28 +0000 (+0000) Subject: Make extended statistics counter documentation easier to find. X-Git-Tag: release-1.4.4rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8dcfb317b8c3983b71950835a6be37935b1f6b;p=thirdparty%2Funbound.git Make extended statistics counter documentation easier to find. git-svn-id: file:///svn/unbound/trunk@2050 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 6ada462d7..336f9a092 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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, diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index efda17fe5..fbe374890 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -100,7 +100,8 @@ the statistics counters after logging the statistics. Default is no. .TP .B extended\-statistics: \fI 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 The number of threads to create to serve clients. Use 1 for no threading.