From 9ced0ee229c37f1090bf7a271722bd6c3963bb6c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Oct 2020 17:30:37 +0000 Subject: doc: fix URLs --- doc/libs6dns/s6dns-engine.html | 2 +- doc/libs6dns/s6dns-resolve.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libs6dns') diff --git a/doc/libs6dns/s6dns-engine.html b/doc/libs6dns/s6dns-engine.html index 43fe621..5a24194 100644 --- a/doc/libs6dns/s6dns-engine.html +++ b/doc/libs6dns/s6dns-engine.html @@ -34,7 +34,7 @@ network, and getting answers.

s6dns_engine has been inspired by Dan J. Bernstein's -dns_transmit +dns_transmit library, but does not borrow any code from it. Unlike dns_transmit, s6dns_engine does not assume that network send operations are instant successes; s6dns_engine diff --git a/doc/libs6dns/s6dns-resolve.html b/doc/libs6dns/s6dns-resolve.html index 5d021aa..8dc6bef 100644 --- a/doc/libs6dns/s6dns-resolve.html +++ b/doc/libs6dns/s6dns-resolve.html @@ -92,7 +92,7 @@ The other prototypes can be found in the s6-dns/s6dns-resolve.h file.

Some errno codes reported by these functions do not have exactly the system meaning given by -strerror(). +strerror(). To get a user-friendly error message, use s6dns_constants_error_str(errno) instead. The s6dns_constants_error_str function is declared in the s6dns-constants.h header. -- cgit v1.3.1