From 798e297be094c9872d7dd4121e61d39698e09ebc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Feb 2007 12:49:17 +0000 Subject: Merge res_query patch from Sjoerd Simons git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@23 cc0fb855-19ed-0310-866e-8c1d96e4abae --- doc/README.html.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 released

libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around -getaddrinfo(3) and getnameinfo(3) from the -libc.

+getaddrinfo(3), getnameinfo(3), res_query(3) and +res_search(3) from the libc.

In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of @@ -120,9 +120,9 @@ compilation and make install (as root) for installation of

The current release is @PACKAGE_VERSION@

-

Get libasyncns's development sources from the Subversion repository (viewcvs):

+

Get libasyncns's development sources from the Subversion repository (viewcvs):

-
svn checkout svn://seth.intheinter.net/libasyncns/trunk libasyncns
+
svn checkout svn://svn.0pointer.de/libasyncns/trunk libasyncns

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.

-- cgit