From: Petr Špaček Date: Thu, 29 May 2025 15:26:05 +0000 (+0200) Subject: Clarify named-rrchecker command line parameters X-Git-Tag: v9.21.9~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c440c418dba932ffb120b1357461c51befa48352;p=thirdparty%2Fbind9.git Clarify named-rrchecker command line parameters --- diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index 470f28fdd4b..3526e9dcd79 100644 --- a/bin/tools/named-rrchecker.rst +++ b/bin/tools/named-rrchecker.rst @@ -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 ~~~~~~~~