1.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") 2.. 3.. SPDX-License-Identifier: MPL-2.0 4.. 5.. This Source Code Form is subject to the terms of the Mozilla Public 6.. License, v. 2.0. If a copy of the MPL was not distributed with this 7.. file, you can obtain one at https://mozilla.org/MPL/2.0/. 8.. 9.. See the COPYRIGHT file distributed with this work for additional 10.. information regarding copyright ownership. 11 12.. highlight: console 13 14.. _man_named-rrchecker: 15 16named-rrchecker - syntax checker for individual DNS resource records 17-------------------------------------------------------------------- 18 19Synopsis 20~~~~~~~~ 21 22:program:`named-rrchecker` [**-h**] [**-o** origin] [**-p**] [**-u**] [**-C**] [**-T**] [**-P**] 23 24Description 25~~~~~~~~~~~ 26 27``named-rrchecker`` reads a individual DNS resource record from standard 28input and checks whether it is syntactically correct. 29 30Options 31~~~~~~~ 32 33``-h`` 34 This option prints out the help menu. 35 36``-o origin`` 37 This option specifies the origin to be used when interpreting 38 the record. 39 40``-p`` 41 This option prints out the resulting record in canonical form. If there 42 is no canonical form defined, the record is printed in unknown 43 record format. 44 45``-u`` 46 This option prints out the resulting record in unknown record form. 47 48``-C``, ``-T``, and ``-P`` 49 These options print out the known class, standard type, 50 and private type mnemonics, respectively. 51 52See Also 53~~~~~~~~ 54 55:rfc:`1034`, :rfc:`1035`, :manpage:`named(8)`. 56