Blame SOURCES/man-pages-4.15-resolv.conf.5-no-reload.patch

06400e
From 7285d6b10356c43c94a252c63ffcd332c4e54b4b Mon Sep 17 00:00:00 2001
06400e
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
06400e
Date: Wed, 11 Jul 2018 10:58:38 +0200
06400e
Subject: [PATCH 1/2] resolv.conf.5: Document no-reload (RES_NPRELOAD) option
06400e
MIME-Version: 1.0
06400e
Content-Type: text/plain; charset=UTF-8
06400e
Content-Transfer-Encoding: 8bit
06400e
06400e
Signed-off-by: Nikola Forró <nforro@redhat.com>
06400e
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
06400e
---
06400e
 man5/resolv.conf.5 | 8 ++++++++
06400e
 1 file changed, 8 insertions(+)
06400e
06400e
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
06400e
index bc42004..93c6b47 100644
06400e
--- a/man5/resolv.conf.5
06400e
+++ b/man5/resolv.conf.5
06400e
@@ -302,6 +302,14 @@ Sets
06400e
 in
06400e
 .IR _res.options .
06400e
 This option forces the use of TCP for DNS resolutions.
06400e
+.\" aef16cc8a4c670036d45590877d411a97f01e0cd
06400e
+.TP
06400e
+.BR no\-reload " (since glibc 2.26)"
06400e
+Sets
06400e
+.BR RES_NORELOAD
06400e
+in
06400e
+.IR _res.options .
06400e
+This option disables automatic reloading of a changed configuration file.
06400e
 .RE
06400e
 .PP
06400e
 The \fIdomain\fP and \fIsearch\fP keywords are mutually exclusive.
06400e
-- 
06400e
2.17.1
06400e