xref: /netbsd-src/external/mpl/bind/dist/bin/tools/named-rrchecker.rst (revision 8aaca124c0ad52af9550477f296b63debc7b4c98)
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.. iscman:: named-rrchecker
15.. program:: named-rrchecker
16.. _man_named-rrchecker:
17
18named-rrchecker - syntax checker for individual DNS resource records
19--------------------------------------------------------------------
20
21Synopsis
22~~~~~~~~
23
24:program:`named-rrchecker` [**-h**] [**-o** origin] [**-p**] [**-u**] [**-C**] [**-T**] [**-P**]
25
26Description
27~~~~~~~~~~~
28
29:program:`named-rrchecker` reads a individual DNS resource record from standard
30input and checks whether it is syntactically correct.
31
32Options
33~~~~~~~
34
35.. option:: -h
36
37   This option prints out the help menu.
38
39.. option:: -o origin
40
41   This option specifies the origin to be used when interpreting
42   the record.
43
44.. option:: -p
45
46   This option prints out the resulting record in canonical form. If there
47   is no canonical form defined, the record is printed in unknown
48   record format.
49
50.. option:: -u
51
52   This option prints out the resulting record in unknown record form.
53
54.. option:: -C, -T, -P
55
56   These options print out the known class, standard type,
57   and private type mnemonics, respectively.
58
59See Also
60~~~~~~~~
61
62:rfc:`1034`, :rfc:`1035`, :iscman:`named(8) <named>`.
63