Skip to content
Snippets Groups Projects
Commit bbe242b8 authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

doc/knotc: improve the description of the "zone-purge +orphan" command

parent 505db454
No related branches found
No related tags found
No related merge requests found
Pipeline #100327 passed
......@@ -215,11 +215,11 @@ requires a ttl value specified.
\fBzone\-unset\fP \fIzone\fP \fIowner\fP [\fItype\fP [\fIrdata\fP]]
Remove zone data within the transaction.
.TP
\fBzone\-purge\fP \fIzone\fP\&... [\fIfilter\fP\&...]
\fBzone\-purge\fP \fIzone\fP\&... [\fB+orphan\fP] [\fIfilter\fP\&...]
Purge zone data, zone file, journal, timers, and/or KASP data of specified zones.
Available filters are \fB+expire\fP, \fB+zonefile\fP, \fB+journal\fP, \fB+timers\fP,
and \fB+kaspdb\fP\&. If no filter is specified, all filters are enabled.
If the zone is no longer configured, add \fB+orphan\fP filter (zone file cannot
If the zone is no longer configured, add \fB+orphan\fP parameter (zone file cannot
be purged in this case). This command always requires the force option. (#)
.TP
\fBzone\-stats\fP \fIzone\fP [\fImodule\fP[\fB\&.\fP\fIcounter\fP]]
......
......@@ -192,11 +192,11 @@ Actions
**zone-unset** *zone* *owner* [*type* [*rdata*]]
Remove zone data within the transaction.
**zone-purge** *zone*... [*filter*...]
**zone-purge** *zone*... [**+orphan**] [*filter*...]
Purge zone data, zone file, journal, timers, and/or KASP data of specified zones.
Available filters are **+expire**, **+zonefile**, **+journal**, **+timers**,
and **+kaspdb**. If no filter is specified, all filters are enabled.
If the zone is no longer configured, add **+orphan** filter (zone file cannot
If the zone is no longer configured, add **+orphan** parameter (zone file cannot
be purged in this case). This command always requires the force option. (#)
**zone-stats** *zone* [*module*\ [\ **.**\ *counter*\ ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment