diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-14 12:21:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-14 12:21:48 +0000 |
commit | 20427e636ad8c2af83cc3b3337306cf72ce55440 (patch) | |
tree | 923b70844d8fb24431b52607460f87e7bf64115e | |
parent | 52545ad7f5752160277cc1645340e863fd8bb3a2 (diff) | |
download | s6-dns-20427e636ad8c2af83cc3b3337306cf72ce55440.tar.xz |
Doc fix: s6-dns headers
-rw-r--r-- | doc/libs6dns/index.html | 18 |
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> |