From: Wouter Wijngaards Date: Fri, 30 Nov 2018 08:33:50 +0000 (+0000) Subject: - Patch for typo in unbound.conf man page. X-Git-Tag: release-1.9.0rc1~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac8dc59341ca891e468ac99cf9300ab46a7bd04b;p=thirdparty%2Funbound.git - Patch for typo in unbound.conf man page. git-svn-id: file:///svn/unbound/trunk@4999 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index bf96a59f4..cb4d26162 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +30 November 2018: Wouter + - Patch for typo in unbound.conf man page. + 29 November 2018: Wouter - iana portlist updated. - Fix chroot auth-zone fix to remove chroot prefix. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 59698f9bd..b4806a2e4 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -448,7 +448,7 @@ Alternate syntax for \fBtls\-upstream\fR. If both are present in the config file the last is used. .TP .B tls\-service\-key: \fI -If enabled, the server provider TLS service on its TCP sockets. The clients +If enabled, the server provides TLS service on its TCP sockets. The clients have to use tls\-upstream: yes. The file is the private key for the TLS session. The public certificate is in the tls\-service\-pem file. Default is "", turned off. Requires a restart (a reload is not enough) if changed,