]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
nonresolving is not a word -> non-resolving
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 17 Feb 2021 11:05:33 +0000 (12:05 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 17 Feb 2021 11:05:33 +0000 (12:05 +0100)
pdns/rec_channel_rec.cc
pdns/rec_control.cc
pdns/recursordist/docs/manpages/rec_control.1.rst

index eb715ff67590347006d9a4845ba1ef5cfddc60f7..84ac0f8ea04a68f35dd0541b0104ab361bcfb658 100644 (file)
@@ -1698,7 +1698,7 @@ RecursorControlChannel::Answer RecursorControlParser::getAnswer(int s, const str
 "dump-cache <filename>            dump cache contents to the named file\n"
 "dump-edns [status] <filename>    dump EDNS status to the named file\n"
 "dump-failedservers <filename>    dump the failed servers to the named file\n"
-"dump-nonresolving <filename>     dump non-resolving nameservers addresses to the named file\n"
+"dump-non-resolving <filename>    dump non-resolving nameservers addresses to the named file\n"
 "dump-nsspeeds <filename>         dump nsspeeds statistics to the named file\n"
 "dump-rpz <zone name> <filename>  dump the content of a RPZ zone to the named file\n"
 "dump-throttlemap <filename>      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") {
index b3ef73e9a47d34ed0daae581b35684f09a478c1b..9d705b85803fbeea02cb3e4ef3b69920c1b99460 100644 (file)
@@ -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);
index 454ce7e31d77425f9e3c86b619cc19369e43a5f1..42c1607498b27aa9b764d8768fbfe76ffc2c8c08 100644 (file)
@@ -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