From 22c2402393b7649b52b822eb3ed11ba4f280e514 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 2 May 2022 12:50:46 +1000 Subject: [PATCH] Fix typo, withdraw should be withdrawn --- bin/rndc/rndc.rst | 2 +- doc/man/rndc.8in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rndc/rndc.rst b/bin/rndc/rndc.rst index e3faad0819..dae85d7b79 100644 --- a/bin/rndc/rndc.rst +++ b/bin/rndc/rndc.rst @@ -165,7 +165,7 @@ Currently supported commands are: See also :option:`rndc addzone` and :option:`rndc modzone`. -.. option:: dnssec (-status | -rollover -key id [-alg algorithm] [-when time] | -checkds [-key id [-alg algorithm]] [-when time] published | withdraw)) zone [class [view]] +.. option:: dnssec (-status | -rollover -key id [-alg algorithm] [-when time] | -checkds [-key id [-alg algorithm]] [-when time] published | withdrawn)) zone [class [view]] This command allows you to interact with the "dnssec-policy" of a given zone. diff --git a/doc/man/rndc.8in b/doc/man/rndc.8in index 29daa0ceee..0168fb75b2 100644 --- a/doc/man/rndc.8in +++ b/doc/man/rndc.8in @@ -184,7 +184,7 @@ See also \fI\%rndc addzone\fP and \fI\%rndc modzone\fP\&. .UNINDENT .INDENT 0.0 .TP -.B dnssec (\-status | \-rollover \-key id [\-alg algorithm] [\-when time] | \-checkds [\-key id [\-alg algorithm]] [\-when time] published | withdraw)) zone [class [view]] +.B dnssec (\-status | \-rollover \-key id [\-alg algorithm] [\-when time] | \-checkds [\-key id [\-alg algorithm]] [\-when time] published | withdrawn)) zone [class [view]] This command allows you to interact with the "dnssec\-policy" of a given zone. .sp