]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Document that errno is left informative on libunbound config read
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Oct 2017 08:18:18 +0000 (08:18 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Oct 2017 08:18:18 +0000 (08:18 +0000)
  fail.

git-svn-id: file:///svn/unbound/trunk@4389 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/libunbound.3.in

index b53e38e6659faece025fc2d1b3ae3c607a38722d..3ab23226d8417bb93088051767656f2f1ec3b9c7 100644 (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.
index 5f801b232f8f7bd01acd03b3d299d525c2a6cfff..8fd1b8967639b6281d6611be853dcffc7a84b703 100644 (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).