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