summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Buch <boogiewasthere@gmail.com>2014-02-18 08:13:25 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-02-18 08:23:24 +0100
commitc0c5af00bec95567435bdfb818c69b2b669adfed (patch)
treed7c5ee4f34fa5b933c4ced7c14fe2107cf181163 /NEWS
parent4670e9d5f23fc39360c086fb58eadf8b157ee205 (diff)
NEWS: sd-resolv.h is sd-resolve.h
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a6635b19..5da5891fc 100644
--- a/NEWS
+++ b/NEWS
@@ -212,7 +212,7 @@ CHANGES WITH 209:
time, and those which should be run only at boot (for
example, a line that creates /run/nologin).
- * A new API "sd-resolv.h" has been added which provides a simple
+ * A new API "sd-resolve.h" has been added which provides a simple
asynchronous wrapper around glibc NSS host name resolution
calls, such as getaddrinfo(). In contrast to glibc's
getaddrinfo_a(), it does not use signals. In contrast to most