mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:00:00 -04:00
Clarify named-rrchecker return codes
(cherry picked from commit c986d37f24)
This commit is contained in:
parent
ac2992b86f
commit
366054ff2c
1 changed files with 12 additions and 0 deletions
|
|
@ -72,6 +72,18 @@ Options
|
|||
This option prints out the help menu.
|
||||
|
||||
|
||||
|
||||
Return Codes
|
||||
~~~~~~~~~~~~
|
||||
|
||||
0
|
||||
The whole input was parsed as one syntactically valid resource record.
|
||||
|
||||
1
|
||||
The input is not a syntactically valid resource record, or the given type is not
|
||||
supported, or either/both class and type are meta-values, which should not appear in zone files.
|
||||
|
||||
|
||||
See Also
|
||||
~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue