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

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