diff --git a/doc/Changelog b/doc/Changelog index 99772505e..c23d8a8b7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +25 October 2017: Ralph + - Fixed libunbound manual typo. + 24 October 2017: Ralph - Update B root ipv4 address. diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index ac6939646..5f801b232 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -162,7 +162,7 @@ and deleting it with It can be created and deleted at any time. Creating it anew removes any previous configuration (such as trusted keys) and clears any cached results. .P -The functions are thread\-safe, and a context an be used in a threaded (as +The functions are thread\-safe, and a context can be used in a threaded (as well as in a non\-threaded) environment. Also resolution (and validation) can be performed blocking and non\-blocking (also called asynchronous). The async method returns from the call immediately, so that processing