summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-02-16 12:49:17 +0000
committerLennart Poettering <lennart@poettering.net>2007-02-16 12:49:17 +0000
commit798e297be094c9872d7dd4121e61d39698e09ebc (patch)
treebb8b5ea6690e8ae8384c1a39320aaf99f1f9951e /doc
parent26a4d2b3d1bbe6eeb5e95ce3a0900e31b89e42ce (diff)
Merge res_query patch from Sjoerd Simons
git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@23 cc0fb855-19ed-0310-866e-8c1d96e4abae
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 27d6fd3..b8b79a2 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -49,8 +49,8 @@ href="@PACKAGE_URL@libasyncns-0.1.tar.gz">Version 0.1</a> released</p>
<p><tt>libasyncns</tt> is a C library for Linux/Unix for executing name
service queries asynchronously. It is an asynchronous wrapper around
-<tt>getaddrinfo(3)</tt> and <tt>getnameinfo(3)</tt> from the
-<tt>libc</tt>.</p>
+<tt>getaddrinfo(3)</tt>, <tt>getnameinfo(3)</tt>, <tt>res_query(3)<tt> and
+<tt>res_search(3)</tt> from the <tt>libc</tt>.</p>
<p>In contrast to GNU's asynchronous name resolving API
<tt>getaddrinfo_a()</tt>, <tt>libasyncns</tt> does not make use of
@@ -120,9 +120,9 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>The current release is <a href="@PACKAGE_URL@libasyncns-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>libasyncns</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://seth.intheinter.net/libasyncns">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=libasyncns">viewcvs</a>): </p>
+<p>Get <tt>libasyncns</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://svn.0pointer.de/libasyncns">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=libasyncns">viewcvs</a>): </p>
-<pre>svn checkout svn://seth.intheinter.net/libasyncns/trunk libasyncns</pre>
+<pre>svn checkout svn://svn.0pointer.de/libasyncns/trunk libasyncns</pre>
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/libasyncns/">Freshmeat</a>.</p>