From: Wouter Wijngaards Date: Fri, 28 Mar 2014 08:19:21 +0000 (+0000) Subject: - Fix #569: do_tcp is do-tcp in unbound.conf man page. X-Git-Tag: release-1.5.0rc1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64a86e5e073271dca5680b2bbba46042be839c1;p=thirdparty%2Funbound.git - Fix #569: do_tcp is do-tcp in unbound.conf man page. git-svn-id: file:///svn/unbound/trunk@3101 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 4b3794df6..a74dd6bbc 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +28 March 2014: Wouter + - Fix #569: do_tcp is do-tcp in unbound.conf man page. + 25 March 2014: Wouter - Patch from Stuart Henderson to build unbound-host man from .1.in. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index b41b7cd8d..1b9502a4f 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -169,11 +169,11 @@ Give a port number or a range of the form "low\-high", without spaces. .TP .B outgoing\-num\-tcp: \fI Number of outgoing TCP buffers to allocate per thread. Default is 10. If set -to 0, or if do_tcp is "no", no TCP queries to authoritative servers are done. +to 0, or if do\-tcp is "no", no TCP queries to authoritative servers are done. .TP .B incoming\-num\-tcp: \fI Number of incoming TCP buffers to allocate per thread. Default is 10. If set -to 0, or if do_tcp is "no", no TCP queries from clients are accepted. +to 0, or if do\-tcp is "no", no TCP queries from clients are accepted. .TP .B edns\-buffer\-size: \fI Number of bytes size to advertise as the EDNS reassembly buffer size.