From: kaosdrachen Date: Fri, 29 Apr 2016 14:30:21 +0000 (+0200) Subject: Fixed a typo X-Git-Tag: rec-4.0.0-alpha3~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6518a51eb3e87339c8f28621bfaaeb6a54b44a;p=thirdparty%2Fpdns.git Fixed a typo Line 284: unset-pushish-cds --> unset-publish-cds --- diff --git a/docs/markdown/authoritative/howtos.md b/docs/markdown/authoritative/howtos.md index f9ea0e440f..5792ff56a7 100644 --- a/docs/markdown/authoritative/howtos.md +++ b/docs/markdown/authoritative/howtos.md @@ -281,7 +281,7 @@ This updates the CDS records to reflect only the new key. Wait for the parent to pick up on the CDS change. Once the upstream DS records show only the DS records for the new KSK, you may disable sending out the CDS -responses: `pdnsutil unset-pushish-cds example.com`. +responses: `pdnsutil unset-publish-cds example.com`. Done!