From 20d8277451d8fd7cbce316b80a0018bc2639335d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Nov 2023 23:09:46 +0000 Subject: Fix old _BSD_SOURCE definitions Signed-off-by: Laurent Bercot --- doc/libs6dns/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/libs6dns/index.html') diff --git a/doc/libs6dns/index.html b/doc/libs6dns/index.html index 6320376..6dcb408 100644 --- a/doc/libs6dns/index.html +++ b/doc/libs6dns/index.html @@ -98,8 +98,9 @@ header: s6dns_init() calls s6dns_rci_init(), extracting resolv.conf information to an internal global variable. The function returns 1 on success, and 0 (and sets errno) -on failure. -
  • Call s6dns_finish() when you're done with the libs6dns. +on failure. To also use the hosts database, you can call +s6dns_init_options(1) instead.
  • +
  • Call s6dns_finish() when you're done with libs6dns. It frees the resources used.
  • -- cgit v1.2.3