From 31b331ca67e2d9a8d445a084b7a91ee8bb67389d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 31 Oct 2017 08:18:18 +0000 Subject: [PATCH] - Document that errno is left informative on libunbound config read fail. git-svn-id: file:///svn/unbound/trunk@4389 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 4 ++++ doc/libunbound.3.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index b53e38e66..3ab23226d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +31 October 2017: Wouter + - Document that errno is left informative on libunbound config read + fail. + 25 October 2017: Ralph - Fixed libunbound manual typo. - Fix #1949: [dnscrypt] make provider name mismatch more obvious. diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 5f801b232..8fd1b8967 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -407,6 +407,10 @@ returns NULL on an error (a malloc failure). returns true if some information may be available, false otherwise. .B ub_fd returns a file descriptor or \-1 on error. +.B ub_ctx_config +and +.B ub_ctx_resolvconf +attempt to leave errno informative on a function return with file read failure. .SH "SEE ALSO" \fIunbound.conf\fR(5), \fIunbound\fR(8). -- 2.47.3