From ff1da87427e0aa8ae4d7b564a17c3d490e8af921 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Jan 2005 13:22:01 +0000 Subject: doc fix git-svn-id: file:///home/lennart/svn/public/libasyncns/trunk@19 cc0fb855-19ed-0310-866e-8c1d96e4abae --- libasyncns/asyncns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h index 80892e7..2c9ebb8 100644 --- a/libasyncns/asyncns.h +++ b/libasyncns/asyncns.h @@ -31,11 +31,11 @@ * \section moo Method of operation * * To use libasyncns allocate an asyncns_t object with - * asyncns_new(). This will spawn a number of worker processes which + * asyncns_new(). This will spawn a number of worker threads (or processes, depending on what is available) which * are subsequently used to process the queries the controlling * program issues via asyncns_getaddrinfo() and * asyncns_getnameinfo(). Use asyncns_free() to shut down the worker - * processes. + * threads/processes. * * Since libasyncns may fork off new processes you have to make sure that * your program is not irritated by spurious SIGCHLD signals. -- cgit