From 613084629e6973ecfa0197ded5ed857c09bd2a5e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Dec 2014 02:41:02 +0000 Subject: Documentation fixes --- doc/libs6dns/s6dns-ip46.html | 5 +++-- doc/libs6dns/s6dns-resolve.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/libs6dns') diff --git a/doc/libs6dns/s6dns-ip46.html b/doc/libs6dns/s6dns-ip46.html index 27cbe2c..52b837d 100644 --- a/doc/libs6dns/s6dns-ip46.html +++ b/doc/libs6dns/s6dns-ip46.html @@ -34,8 +34,9 @@ i.e. to be able to work with both IPv4 and IPv6.

If the underlying skalibs -has been compiled with - flag-noipv6, +has been compiled with the + --disable-ipv6 +configure option, or if it has detected at build time that the target host does not support IPv6, then the s6dns-ip46 abstraction will be totally transparent and use no resources at all. diff --git a/doc/libs6dns/s6dns-resolve.html b/doc/libs6dns/s6dns-resolve.html index bad7c15..3a6abcb 100644 --- a/doc/libs6dns/s6dns-resolve.html +++ b/doc/libs6dns/s6dns-resolve.html @@ -35,7 +35,7 @@ to perform high level synchronous DNS resolution. they can block for a non-negligible amount of time. To avoid unbounded waiting times, they always take 2 arguments at the end, deadline and stamp. deadline is the read-only address of a -tain_t +tain_t containing an absolute time which is the deadline for the function, and stamp is the read-write address of a tain_t being an accurate enough representation of the current absolute time. If @@ -355,7 +355,7 @@ It must be in encoded form. A list of valid query types can be found in the s6dns-constants.h header.

  • options : a uint32 containing options passed -to s6dns_engine_init().
  • +to s6dns_engine_init().
  • deadline : a tain_t containing the deadline for this query, i.e. the query will fail with an ETIMEDOUT code if no answer has arrived by then. Note that the deadline -- cgit v1.2.3