From 62fff935da78bac2ad882d5a982006086be2fb85 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 7 Nov 2017 08:05:12 +0000 Subject: [PATCH] - Fix #2492: Documentation libunbound. git-svn-id: file:///svn/unbound/trunk@4399 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ doc/libunbound.3.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 50e62c548..eaffc4e9e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +7 November 2017: Wouter + - Fix #2492: Documentation libunbound. + 3 November 2017: Wouter - Fix #2362: TLS1.3/openssl-1.1.1 not working. - Fix #2034 - Autoconf and -flto. diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 66520527c..1f48d9de6 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -150,7 +150,8 @@ is an implementation of a DNS resolver, that does caching and DNSSEC validation. This is the library API, for using the \-lunbound library. The server daemon is described in \fIunbound\fR(8). -The library can be used to convert hostnames to ip addresses, and back, +The library works independent from a running unbound server, and +can be used to convert hostnames to ip addresses, and back, and obtain other information from the DNS. The library performs public\-key validation of results with DNSSEC. .P -- 2.47.3