Blame SOURCES/man-pages-5.10-resolv-conf-typo-fix.patch

72fc54
From 076fbe061333bdfecbd5765c782c477233e38e2f Mon Sep 17 00:00:00 2001
72fc54
From: John Morris <john@zultron.com>
72fc54
Date: Tue, 5 Jan 2021 23:30:10 -0600
72fc54
Subject: [PATCH] resolv.conf.5: tfix
72fc54
72fc54
Change `RES_USE_EDNSO` to `RES_USE_EDNS0`, defined in
72fc54
`resolv.h`.  (This is written correctly in `man3/resolver.3` in this
72fc54
same repo.)  Helps with grepping and internet searches!
72fc54
72fc54
Signed-off-by: John Morris <john@zultron.com>
72fc54
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
72fc54
---
72fc54
 man5/resolv.conf.5 | 2 +-
72fc54
 1 file changed, 1 insertion(+), 1 deletion(-)
72fc54
72fc54
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
72fc54
index c1b3d017a..8ed958932 100644
72fc54
--- a/man5/resolv.conf.5
72fc54
+++ b/man5/resolv.conf.5
72fc54
@@ -264,7 +264,7 @@ these options were removed in glibc 2.25.
72fc54
 .TP
72fc54
 .BR edns0 " (since glibc 2.6)"
72fc54
 Sets
72fc54
-.BR RES_USE_EDNSO
72fc54
+.BR RES_USE_EDNS0
72fc54
 in
72fc54
 .IR _res.options .
72fc54
 This enables support for the DNS extensions described in RFC\ 2671.
72fc54
-- 
72fc54
2.37.3
72fc54