]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typos 8777/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 11 Feb 2020 14:58:35 +0000 (15:58 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 11 Feb 2020 14:58:35 +0000 (15:58 +0100)
pdns/recursordist/docs/manpages/rec_control.1.rst
pdns/syncres.cc

index c9f95b41834f675d22fcec3ef71bc1af50ce9694..923b096753670f9e1477e1ef6ca791c94564cff4 100644 (file)
@@ -332,8 +332,8 @@ wipe-cache *DOMAIN* [*DOMAIN*] [...]
     **Warning**: Don't just wipe "www.somedomain.com", its NS records or CNAME
     target may still be undesired, so wipe "somedomain.com" as well.
 
-wipe-cache-typed qtype *DOMAIN* [*DOMAIN*] [...]
-    Same as wip-cache, but only wipe records of type *qtype*.
+wipe-cache-typed *qtype* *DOMAIN* [*DOMAIN*] [...]
+    Same as wipe-cache, but only wipe records of type *qtype*.
 
 See also
 --------
index 83cd882205d34bb2e2e1dfd323498aa5a071482c..291fa394be4d5a91c59b10bf4b0bfad067d76e86 100644 (file)
@@ -727,7 +727,7 @@ int SyncRes::doResolve(const DNSName &qname, const QType &qtype, vector<DNSRecor
         return res;
       }
 
-      // Step 6
+      // Step 4
       QLOG("Step4 Resolve A for child");
       retq.resize(0);
       StopAtDelegation stopAtDelegation = Stop;