[patch] resolv.conf.5: tfix
From: John Morris <hidden>
Date: 2021-01-06 05:53:46
Subsystem:
the rest · Maintainer:
Linus Torvalds
Attachments
- 0001-resolv.conf.5-tfix.patch [text/x-patch] 874 bytes · preview
From: John Morris <hidden>
Date: 2021-01-06 05:53:46
Subsystem:
the rest · Maintainer:
Linus Torvalds
From 20b6c1a6cfe2d2a3b199bf1e869db256355bbeb1 Mon Sep 17 00:00:00 2001 From: John Morris <redacted> Date: Tue, 5 Jan 2021 23:30:10 -0600 Subject: [PATCH] resolv.conf.5: tfix Change `RES_USE_EDNSO` to `RES_USE_EDNS0`, defined in `resolv.h`. (This is written correctly in `man3/resolver.3` in this same repo.) Helps with grepping and internet searches! Signed-off-by: John Morris <redacted> --- man5/resolv.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index c1b3d017a..8ed958932 100644
--- a/man5/resolv.conf.5
+++ b/man5/resolv.conf.5@@ -264,7 +264,7 @@ these options were removed in glibc 2.25. .TP .BR edns0 " (since glibc 2.6)" Sets -.BR RES_USE_EDNSO +.BR RES_USE_EDNS0 in .IR _res.options . This enables support for the DNS extensions described in RFC\ 2671.
--
2.25.1