From: Otto Date: Wed, 17 Feb 2021 11:05:33 +0000 (+0100) Subject: nonresolving is not a word -> non-resolving X-Git-Tag: dnsdist-1.6.0-alpha2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3874cde789124049be0abe038a1111066f4dddd;p=thirdparty%2Fpdns.git nonresolving is not a word -> non-resolving --- diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index eb715ff675..84ac0f8ea0 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -1698,7 +1698,7 @@ RecursorControlChannel::Answer RecursorControlParser::getAnswer(int s, const str "dump-cache dump cache contents to the named file\n" "dump-edns [status] dump EDNS status to the named file\n" "dump-failedservers dump the failed servers to the named file\n" -"dump-nonresolving dump non-resolving nameservers addresses to the named file\n" +"dump-non-resolving dump non-resolving nameservers addresses to the named file\n" "dump-nsspeeds dump nsspeeds statistics to the named file\n" "dump-rpz dump the content of a RPZ zone to the named file\n" "dump-throttlemap dump the contents of the throttle map to the named file\n" @@ -1780,7 +1780,7 @@ RecursorControlChannel::Answer RecursorControlParser::getAnswer(int s, const str if (cmd == "dump-throttlemap") { return doDumpToFile(s, pleaseDumpThrottleMap, cmd); } - if (cmd == "dump-nonresolving") { + if (cmd == "dump-non-resolving") { return doDumpToFile(s, pleaseDumpNonResolvingNS, cmd); } if (cmd == "wipe-cache" || cmd == "flushname") { diff --git a/pdns/rec_control.cc b/pdns/rec_control.cc index b3ef73e9a4..9d705b8580 100644 --- a/pdns/rec_control.cc +++ b/pdns/rec_control.cc @@ -91,7 +91,7 @@ int main(int argc, char** argv) "dump-failedservers", "dump-rpz", "dump-throttlemap", - "dump-nonresolving" + "dump-non-resolving" }; try { initArguments(argc, argv); diff --git a/pdns/recursordist/docs/manpages/rec_control.1.rst b/pdns/recursordist/docs/manpages/rec_control.1.rst index 454ce7e31d..42c1607498 100644 --- a/pdns/recursordist/docs/manpages/rec_control.1.rst +++ b/pdns/recursordist/docs/manpages/rec_control.1.rst @@ -103,7 +103,7 @@ dump-failedservers *FILENAME* overwrite it otherwise. While dumping, the recursor will not answer questions. -dump-nonresolving *FILENAME* +dump-non-resolving *FILENAME* Dump the contents of the map of nameserver names that did not resolve to an address. This file should not exist already, PowerDNS will refuse to overwrite it otherwise. While dumping, the recursor will