- 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
This commit is contained in:
Wouter Wijngaards 2014-03-28 08:19:21 +00:00
parent 8fabf2a8ab
commit e64a86e5e0
2 changed files with 5 additions and 2 deletions

View 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 25 March 2014: Wouter
- Patch from Stuart Henderson to build unbound-host man from .1.in. - Patch from Stuart Henderson to build unbound-host man from .1.in.

View file

@ -169,11 +169,11 @@ Give a port number or a range of the form "low\-high", without spaces.
.TP .TP
.B outgoing\-num\-tcp: \fI<number> .B outgoing\-num\-tcp: \fI<number>
Number of outgoing TCP buffers to allocate per thread. Default is 10. If set 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 .TP
.B incoming\-num\-tcp: \fI<number> .B incoming\-num\-tcp: \fI<number>
Number of incoming TCP buffers to allocate per thread. Default is 10. If set 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 .TP
.B edns\-buffer\-size: \fI<number> .B edns\-buffer\-size: \fI<number>
Number of bytes size to advertise as the EDNS reassembly buffer size. Number of bytes size to advertise as the EDNS reassembly buffer size.