summaryrefslogtreecommitdiff
path: root/doc/libs6dns
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libs6dns')
-rw-r--r--doc/libs6dns/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/libs6dns/index.html b/doc/libs6dns/index.html
index db7ee35..6d79632 100644
--- a/doc/libs6dns/index.html
+++ b/doc/libs6dns/index.html
@@ -56,27 +56,27 @@ sysdeps directory. </li>
<h2> Programming </h2>
<p>
- The <tt>s6dns.h</tt> header is actually a concatenation of other headers:
+ The <tt>s6-dns/s6dns.h</tt> header is actually a concatenation of other headers:
the libs6dns is separated into several modules, each of them with its
own header.
</p>
<ul>
- <li> The <tt>s6dns-constants.h</tt> header provides constants used in
+ <li> The <tt>s6-dns/s6dns-constants.h</tt> header provides constants used in
other parts of the library. </li>
- <li> The <a href="s6dns-ip46.html">s6dns-ip46.h</a> header provides an
+ <li> The <a href="s6dns-ip46.html">s6-dns/s6dns-ip46.h</a> header provides an
abstraction for IPv4 and IPv6 transports. </li>
- <li> The <a href="s6dns-domain.html">s6dns-domain.h</a> header provides
+ <li> The <a href="s6dns-domain.html">s6-dns/s6dns-domain.h</a> header provides
basic string manipulation primitives for domain names. </li>
- <li> The <a href="s6dns-message.html">s6dns-message.h</a> header provides
+ <li> The <a href="s6dns-message.html">s6-dns/s6dns-message.h</a> header provides
function to parse a message following the DNS protocol. </li>
- <li> The <a href="s6dns-engine.html">s6dns-engine.h</a> header provides
+ <li> The <a href="s6dns-engine.html">s6-dns/s6dns-engine.h</a> header provides
the low-level asynchronous networking functions. </li>
- <li> The <a href="s6dns-rci.html">s6dns-rci.h</a> header provides an
+ <li> The <a href="s6dns-rci.html">s6-dns/s6dns-rci.h</a> header provides an
interface to <tt>resolv.conf</tt> reading. </li>
- <li> The <a href="s6dns-resolve.html">s6dns-resolve.h</a> header provides
+ <li> The <a href="s6dns-resolve.html">s6-dns/s6dns-resolve.h</a> header provides
the user-level synchronous resolution functions. </li>
- <li> The <a href="s6dns-fmt.html">s6dns-fmt.h</a> header provides
+ <li> The <a href="s6dns-fmt.html">s6-dns/s6dns-fmt.h</a> header provides
formatting primitives to display RR contents. </li>
</ul>