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-resolve.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libs6dns/s6dns-resolve.html') 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