summaryrefslogtreecommitdiff
path: root/doc/libs6dns
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 02:41:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-19 02:41:02 +0000
commit613084629e6973ecfa0197ded5ed857c09bd2a5e (patch)
tree498cf1c3b550a8206e46fd771bb5d8a0034a82a4 /doc/libs6dns
parentf75a69f25b0fa3467bd1eaee60444875dc900998 (diff)
downloads6-dns-613084629e6973ecfa0197ded5ed857c09bd2a5e.tar.xz
Documentation fixes
Diffstat (limited to 'doc/libs6dns')
-rw-r--r--doc/libs6dns/s6dns-ip46.html5
-rw-r--r--doc/libs6dns/s6dns-resolve.html4
2 files changed, 5 insertions, 4 deletions
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.
<p>
If the underlying <a href="http://skarnet.org/software/skalibs/">skalibs</a>
-has been compiled with
- <a href="http://skarnet.org/software/skalibs/flags.html#noipv6">flag-noipv6</a>,
+has been compiled with the
+ <a href="http://skarnet.org/software/skalibs/flags.html#noipv6">--disable-ipv6</a>
+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, <em>deadline</em>
and <em>stamp</em>. <em>deadline</em> is the read-only address of a
-<a href="http://skarnet.org/software/skalibs/libstddjb/tai.h">tain_t</a>
+<a href="http://skarnet.org/software/skalibs/libstddjb/tai.html">tain_t</a>
containing an absolute time which is the deadline for the function, and
<em>stamp</em> is the read-write address of a <tt>tain_t</tt> being
an accurate enough representation of the current absolute time. If
@@ -355,7 +355,7 @@ It must be in encoded form. </li>
A list of valid query types can be found in the <tt>s6dns-constants.h</tt>
header. </li>
<li> <tt>options</tt>&nbsp;: a <tt>uint32</tt> containing options passed
-to <a href="s6dns_engine.html">s6dns_engine_init()</a>. </li>
+to <a href="s6dns-engine.html">s6dns_engine_init()</a>. </li>
<li> <tt>deadline</tt>&nbsp;: a <tt>tain_t</tt> 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 <em>deadline</em>