From c986d37f2470736d0c403634a0fa875d7d391bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 29 May 2025 17:26:30 +0200 Subject: [PATCH] Clarify named-rrchecker return codes --- bin/tools/named-rrchecker.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index 3526e9dcd7..b37cafcb4e 100644 --- a/bin/tools/named-rrchecker.rst +++ b/bin/tools/named-rrchecker.rst @@ -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 ~~~~~~~~