From 8df1ca3c31b7f1c54135962bc49a4b10b0434baf Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Mon, 19 Jun 2017 22:49:46 +0200 Subject: [PATCH] rec_control doc fix: show-ntas -> get-ntas The documented rec_control command show-ntas does not appear to be correct. --- docs/markdown/recursor/dnssec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/recursor/dnssec.md b/docs/markdown/recursor/dnssec.md index 12918c861..f660477f8 100644 --- a/docs/markdown/recursor/dnssec.md +++ b/docs/markdown/recursor/dnssec.md @@ -138,10 +138,10 @@ $ rec_control add-nta domain.example botched keyroll Added Negative Trust Anchor for domain.example. with reason 'botched keyroll' ``` -To view the currently configured negative trust anchors, run `show-ntas`: +To view the currently configured negative trust anchors, run `get-ntas`: ``` -$ rec_control show-ntas +$ rec_control get-ntas Configured Negative Trust Anchors: subdomain.example. Operator failed key-roll otherdomain.example. DS in parent, no DNSKEY in zone -- 2.40.0