mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
regen master
This commit is contained in:
parent
8657223ebc
commit
f925373f21
@ -39,7 +39,7 @@
|
|||||||
named-checkconf \- named configuration file syntax checking tool
|
named-checkconf \- named configuration file syntax checking tool
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.HP \w'\fBnamed\-checkconf\fR\ 'u
|
.HP \w'\fBnamed\-checkconf\fR\ 'u
|
||||||
\fBnamed\-checkconf\fR [\fB\-h\fR] [\fB\-v\fR] [\fB\-j\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] {filename} [\fB\-p\fR] [\fB\-x\fR] [\fB\-z\fR]
|
\fBnamed\-checkconf\fR [\fB\-hjvz\fR] [\fB\-p\fR\ [\fB\-x\fR\ ]] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] {filename}
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
\fBnamed\-checkconf\fR
|
\fBnamed\-checkconf\fR
|
||||||
@ -69,6 +69,20 @@ can be run on these files explicitly, however\&.
|
|||||||
Print the usage summary and exit\&.
|
Print the usage summary and exit\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\-j
|
||||||
|
.RS 4
|
||||||
|
When loading a zonefile read the journal if it exists\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\-p
|
||||||
|
.RS 4
|
||||||
|
Print out the
|
||||||
|
named\&.conf
|
||||||
|
and included files in canonical form if no errors were detected\&. See also the
|
||||||
|
\fB\-x\fR
|
||||||
|
option\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\-t \fIdirectory\fR
|
\-t \fIdirectory\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Chroot to
|
Chroot to
|
||||||
@ -84,13 +98,6 @@ Print the version of the
|
|||||||
program and exit\&.
|
program and exit\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-p
|
|
||||||
.RS 4
|
|
||||||
Print out the
|
|
||||||
named\&.conf
|
|
||||||
and included files in canonical form if no errors were detected\&.
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\-x
|
\-x
|
||||||
.RS 4
|
.RS 4
|
||||||
When printing the configuration files in canonical form, obscure shared secrets by replacing them with strings of question marks (\*(Aq?\*(Aq)\&. This allows the contents of
|
When printing the configuration files in canonical form, obscure shared secrets by replacing them with strings of question marks (\*(Aq?\*(Aq)\&. This allows the contents of
|
||||||
@ -105,11 +112,6 @@ Perform a test load of all master zones found in
|
|||||||
named\&.conf\&.
|
named\&.conf\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-j
|
|
||||||
.RS 4
|
|
||||||
When loading a zonefile read the journal if it exists\&.
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
filename
|
filename
|
||||||
.RS 4
|
.RS 4
|
||||||
The name of the configuration file to be checked\&. If not specified, it defaults to
|
The name of the configuration file to be checked\&. If not specified, it defaults to
|
||||||
|
@ -20,7 +20,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="refsynopsisdiv">
|
<div class="refsynopsisdiv">
|
||||||
<h2>Synopsis</h2>
|
<h2>Synopsis</h2>
|
||||||
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code> [<code class="option">-h</code>] [<code class="option">-v</code>] [<code class="option">-j</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename} [<code class="option">-p</code>] [<code class="option">-x</code>] [<code class="option">-z</code>]</p></div>
|
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code> [<code class="option">-hjvz</code>] [<code class="option">-p</code>
|
||||||
|
[<code class="option">-x</code>
|
||||||
|
]] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename}</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="refsection">
|
<div class="refsection">
|
||||||
<a name="id-1.7"></a><h2>DESCRIPTION</h2>
|
<a name="id-1.7"></a><h2>DESCRIPTION</h2>
|
||||||
@ -49,6 +51,16 @@
|
|||||||
<dd><p>
|
<dd><p>
|
||||||
Print the usage summary and exit.
|
Print the usage summary and exit.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
|
<dt><span class="term">-j</span></dt>
|
||||||
|
<dd><p>
|
||||||
|
When loading a zonefile read the journal if it exists.
|
||||||
|
</p></dd>
|
||||||
|
<dt><span class="term">-p</span></dt>
|
||||||
|
<dd><p>
|
||||||
|
Print out the <code class="filename">named.conf</code> and included files
|
||||||
|
in canonical form if no errors were detected.
|
||||||
|
See also the <code class="option">-x</code> option.
|
||||||
|
</p></dd>
|
||||||
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
|
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Chroot to <code class="filename">directory</code> so that include
|
Chroot to <code class="filename">directory</code> so that include
|
||||||
@ -60,11 +72,6 @@
|
|||||||
Print the version of the <span class="command"><strong>named-checkconf</strong></span>
|
Print the version of the <span class="command"><strong>named-checkconf</strong></span>
|
||||||
program and exit.
|
program and exit.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">-p</span></dt>
|
|
||||||
<dd><p>
|
|
||||||
Print out the <code class="filename">named.conf</code> and included files
|
|
||||||
in canonical form if no errors were detected.
|
|
||||||
</p></dd>
|
|
||||||
<dt><span class="term">-x</span></dt>
|
<dt><span class="term">-x</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
When printing the configuration files in canonical
|
When printing the configuration files in canonical
|
||||||
@ -80,10 +87,6 @@
|
|||||||
Perform a test load of all master zones found in
|
Perform a test load of all master zones found in
|
||||||
<code class="filename">named.conf</code>.
|
<code class="filename">named.conf</code>.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">-j</span></dt>
|
|
||||||
<dd><p>
|
|
||||||
When loading a zonefile read the journal if it exists.
|
|
||||||
</p></dd>
|
|
||||||
<dt><span class="term">filename</span></dt>
|
<dt><span class="term">filename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
The name of the configuration file to be checked. If not
|
The name of the configuration file to be checked. If not
|
||||||
|
@ -158,6 +158,11 @@ Display [do not display] the CLASS when printing the record\&.
|
|||||||
Toggle the display of comment lines in the output\&. The default is to print comments\&.
|
Toggle the display of comment lines in the output\&. The default is to print comments\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB+[no]continue\fR
|
||||||
|
.RS 4
|
||||||
|
Continue on errors (e\&.g\&. timeouts)\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB+[no]crypto\fR
|
\fB+[no]crypto\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Toggle the display of cryptographic fields in DNSSEC records\&. The contents of these field are unnecessary to debug most DNSSEC validation failures and removing them makes it easier to see the common failures\&. The default is to display the fields\&. When omitted they are replaced by the string "[omitted]" or in the DNSKEY case the key id is displayed as the replacement, e\&.g\&. "[ key id = value ]"\&.
|
Toggle the display of cryptographic fields in DNSSEC records\&. The contents of these field are unnecessary to debug most DNSSEC validation failures and removing them makes it easier to see the common failures\&. The default is to display the fields\&. When omitted they are replaced by the string "[omitted]" or in the DNSKEY case the key id is displayed as the replacement, e\&.g\&. "[ key id = value ]"\&.
|
||||||
|
@ -155,6 +155,10 @@
|
|||||||
Toggle the display of comment lines in the output.
|
Toggle the display of comment lines in the output.
|
||||||
The default is to print comments.
|
The default is to print comments.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
|
<dt><span class="term"><code class="option">+[no]continue</code></span></dt>
|
||||||
|
<dd><p>
|
||||||
|
Continue on errors (e.g. timeouts).
|
||||||
|
</p></dd>
|
||||||
<dt><span class="term"><code class="option">+[no]crypto</code></span></dt>
|
<dt><span class="term"><code class="option">+[no]crypto</code></span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Toggle the display of cryptographic fields in DNSSEC
|
Toggle the display of cryptographic fields in DNSSEC
|
||||||
|
@ -173,6 +173,10 @@
|
|||||||
Toggle the display of comment lines in the output.
|
Toggle the display of comment lines in the output.
|
||||||
The default is to print comments.
|
The default is to print comments.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
|
<dt><span class="term"><code class="option">+[no]continue</code></span></dt>
|
||||||
|
<dd><p>
|
||||||
|
Continue on errors (e.g. timeouts).
|
||||||
|
</p></dd>
|
||||||
<dt><span class="term"><code class="option">+[no]crypto</code></span></dt>
|
<dt><span class="term"><code class="option">+[no]crypto</code></span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Toggle the display of cryptographic fields in DNSSEC
|
Toggle the display of cryptographic fields in DNSSEC
|
||||||
|
@ -38,7 +38,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="refsynopsisdiv">
|
<div class="refsynopsisdiv">
|
||||||
<h2>Synopsis</h2>
|
<h2>Synopsis</h2>
|
||||||
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code> [<code class="option">-h</code>] [<code class="option">-v</code>] [<code class="option">-j</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename} [<code class="option">-p</code>] [<code class="option">-x</code>] [<code class="option">-z</code>]</p></div>
|
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code> [<code class="option">-hjvz</code>] [<code class="option">-p</code>
|
||||||
|
[<code class="option">-x</code>
|
||||||
|
]] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename}</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="refsection">
|
<div class="refsection">
|
||||||
<a name="id-1.14.21.7"></a><h2>DESCRIPTION</h2>
|
<a name="id-1.14.21.7"></a><h2>DESCRIPTION</h2>
|
||||||
@ -67,6 +69,16 @@
|
|||||||
<dd><p>
|
<dd><p>
|
||||||
Print the usage summary and exit.
|
Print the usage summary and exit.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
|
<dt><span class="term">-j</span></dt>
|
||||||
|
<dd><p>
|
||||||
|
When loading a zonefile read the journal if it exists.
|
||||||
|
</p></dd>
|
||||||
|
<dt><span class="term">-p</span></dt>
|
||||||
|
<dd><p>
|
||||||
|
Print out the <code class="filename">named.conf</code> and included files
|
||||||
|
in canonical form if no errors were detected.
|
||||||
|
See also the <code class="option">-x</code> option.
|
||||||
|
</p></dd>
|
||||||
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
|
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Chroot to <code class="filename">directory</code> so that include
|
Chroot to <code class="filename">directory</code> so that include
|
||||||
@ -78,11 +90,6 @@
|
|||||||
Print the version of the <span class="command"><strong>named-checkconf</strong></span>
|
Print the version of the <span class="command"><strong>named-checkconf</strong></span>
|
||||||
program and exit.
|
program and exit.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">-p</span></dt>
|
|
||||||
<dd><p>
|
|
||||||
Print out the <code class="filename">named.conf</code> and included files
|
|
||||||
in canonical form if no errors were detected.
|
|
||||||
</p></dd>
|
|
||||||
<dt><span class="term">-x</span></dt>
|
<dt><span class="term">-x</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
When printing the configuration files in canonical
|
When printing the configuration files in canonical
|
||||||
@ -98,10 +105,6 @@
|
|||||||
Perform a test load of all master zones found in
|
Perform a test load of all master zones found in
|
||||||
<code class="filename">named.conf</code>.
|
<code class="filename">named.conf</code>.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">-j</span></dt>
|
|
||||||
<dd><p>
|
|
||||||
When loading a zonefile read the journal if it exists.
|
|
||||||
</p></dd>
|
|
||||||
<dt><span class="term">filename</span></dt>
|
<dt><span class="term">filename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
The name of the configuration file to be checked. If not
|
The name of the configuration file to be checked. If not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user