diff options
Diffstat (limited to 'doc/libs6dns/s6dns-resolve.html')
-rw-r--r-- | doc/libs6dns/s6dns-resolve.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libs6dns/s6dns-resolve.html b/doc/libs6dns/s6dns-resolve.html index e83d078..9f0871f 100644 --- a/doc/libs6dns/s6dns-resolve.html +++ b/doc/libs6dns/s6dns-resolve.html @@ -6,15 +6,15 @@ <title>s6-dns: the s6dns_resolve library interface</title> <meta name="Description" content="s6-dns: the s6dns_resolve library interface" /> <meta name="Keywords" content="s6-dns dns s6dns_resolve library libs6dns" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> <p> <a href="index.html">libs6dns</a><br /> <a href="../">s6-dns</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> The <tt>s6dns_resolve</tt> library interface </h1> @@ -36,7 +36,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.html">tain_t</a> +<a href="//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 |