aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Morris <john@zultron.com>2021-01-05 23:30:10 -0600
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-06 13:46:44 +0100
commit076fbe061333bdfecbd5765c782c477233e38e2f (patch)
tree008e820c02a0e8f8769afb793fe21d58bf65f8fd
parentb32feea59ece0b6591071b57bb935ce6505246f5 (diff)
downloadman-pages-076fbe061333bdfecbd5765c782c477233e38e2f.tar.gz
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 <john@zultron.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/resolv.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5
index c1b3d017aa..8ed9589329 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.