- Document that errno is left informative on libunbound config read

fail.


git-svn-id: file:///svn/unbound/trunk@4389 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-10-31 08:18:18 +00:00
parent e13088d911
commit 31b331ca67
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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).