summaryrefslogtreecommitdiffstats
path: root/libasyncns/asyncns.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasyncns/asyncns.h')
-rw-r--r--libasyncns/asyncns.h4
1 files 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.