2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Clarify named-rrchecker command line parameters

This commit is contained in:
Petr Špaček
2025-05-29 17:26:05 +02:00
parent 5c370d9e6b
commit c440c418db

View File

@@ -47,23 +47,30 @@ Options
.. option:: -o origin
This option specifies the origin to be used when interpreting
the record.
This option specifies the origin to be used when interpreting names in the record:
it defaults to root (`.`). The specified origin is always taken as an absolute name.
.. option:: -p
This option prints out the resulting record in canonical form. If there
is no canonical form defined, the record is printed in unknown
is no canonical form defined, the record is printed in :rfc:`3597` unknown
record format.
.. option:: -u
This option prints out the resulting record in unknown record form.
This option prints out the resulting record in :rfc:`3597` unknown record
format.
.. option:: -C, -T, -P
These options print out the known class, standard type,
and private type mnemonics, respectively.
These options do not read input. They print out known classes, standard types,
and private type mnemonics. Each item is printed on a separate line.
The resulting list of private types may be empty
.. option:: -h
This option prints out the help menu.
See Also
~~~~~~~~