]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #569: do_tcp is do-tcp in unbound.conf man page.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Mar 2014 08:19:21 +0000 (08:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Mar 2014 08:19:21 +0000 (08:19 +0000)
git-svn-id: file:///svn/unbound/trunk@3101 be551aaa-1e26-0410-a405-d3ace91eadb9

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

index 4b3794df6875f0c1cd10c16330af1855907bd3dc..a74dd6bbcf9023c9776d48b5bf845dc9941fb513 100644 (file)
@@ -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.
 
index b41b7cd8dd24473bbd975dfcedfd06d5315944f7..1b9502a4fbc00a5487128f05f1201c78db41434d 100644 (file)
@@ -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>
 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>
 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>
 Number of bytes size to advertise as the EDNS reassembly buffer size.