summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-10 09:20:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-10 09:20:01 +0000
commit7a0f84ec90d6a7167e0be9de80b891596fa0c262 (patch)
treec0cb23b0a50fa2734286c936fbbb0dae24c2ec1f /doc
parent416ef5e2bf59bb2e45066a1d5d91ac677c0f48e5 (diff)
downloads6-dns-7a0f84ec90d6a7167e0be9de80b891596fa0c262.tar.xz
Compiling bugfixes, small doc update
Diffstat (limited to 'doc')
-rw-r--r--doc/libresolv.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/libresolv.html b/doc/libresolv.html
index 7a9fd31..8ae2438 100644
--- a/doc/libresolv.html
+++ b/doc/libresolv.html
@@ -78,13 +78,12 @@ resolution of several queries at once</a>, and to a
<h2> It is too big for what it does. </h2>
<p>
- The <tt>libresolv-2.13.so</tt> binary file compiled for an i386
-Debian Linux system is roughly 71k bytes. The <tt>libs6dns.so.2.0</tt>
-file, for the same system, is roughly 41k bytes, while offering
-more functionality. libresolv does not do any high-level answer
-parsing, so the user still has to do some work after the libresolv
-calls. s6-dns tries to be small and still provide the user comfortable
-interfaces.
+ The <tt>libresolv-2.13.so</tt> binary file compiled for an x86_64
+Debian Linux system is roughly 79k bytes. The <tt>libs6dns.so.2.0</tt>
+file, for the same system, is roughly the same size, while offering
+more functionality: high-level answer parsing, user-friendly
+formatting, and in-depth tracing of the DNS resolution process.
+What is all that code in libresolv for&nbsp;?
</p>
<h2> The API is cumbersome to use. </h2>