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