]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Patch for typo in unbound.conf man page.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 30 Nov 2018 08:33:50 +0000 (08:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 30 Nov 2018 08:33:50 +0000 (08:33 +0000)
git-svn-id: file:///svn/unbound/trunk@4999 be551aaa-1e26-0410-a405-d3ace91eadb9

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

index bf96a59f46ffcb34612f86d2f4aee2bb1fd58a5e..cb4d261624df5b974288c000d13570bb750bfca4 100644 (file)
@@ -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.
index 59698f9bd04e0fac04325f6506a1a4313027dce2..b4806a2e4f94be002c48f2f0a1ce5cffec7d7d4a 100644 (file)
@@ -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<file>
-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,