]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Clarify named-rrchecker return codes
authorPetr Špaček <pspacek@isc.org>
Thu, 29 May 2025 15:26:30 +0000 (17:26 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 2 Jun 2025 14:19:59 +0000 (14:19 +0000)
bin/tools/named-rrchecker.rst

index 3526e9dcd79745e52493d3aa13b7d59f717b38bd..b37cafcb4efb25dc7fe956a6fa015a8d02cd29a8 100644 (file)
@@ -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
 ~~~~~~~~