]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Commit the regenerated rndc.conf.5in manual page
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2020 09:45:03 +0000 (11:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2020 10:14:29 +0000 (12:14 +0200)
doc/man/rndc.conf.5in

index 4dd2191fa038a5179c032fdea7204274c15e0c71..1b4c29aef1d07ff2f2e1a5a6146b5dae9462b17d 100644 (file)
@@ -30,9 +30,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
 ..
-rndc.conf \- rndc configuration file
+.SH SYNOPSIS
 .sp
 \fBrndc.conf\fP
+.SH DESCRIPTION
 .sp
 \fBrndc.conf\fP is the configuration file for \fBrndc\fP, the BIND 9 name
 server control utility. This file has a similar structure and syntax to
@@ -89,6 +90,7 @@ key, or the \fBmmencode\fP program, also known as \fBmimencode\fP, can be
 used to generate a base\-64 string from known input. \fBmmencode\fP does
 not ship with BIND 9 but is available on many systems. See the EXAMPLE
 section for sample command lines for each.
+.SH EXAMPLE
 .INDENT 0.0
 .INDENT 3.5
 .sp
@@ -176,12 +178,14 @@ will be written to the standard output. Commented\-out \fBkey\fP and
 To generate a base\-64 secret with \fBmmencode\fP:
 .sp
 \fBecho "known plaintext for a secret" | mmencode\fP
+.SH NAME SERVER CONFIGURATION
 .sp
 The name server must be configured to accept rndc connections and to
 recognize the key specified in the \fBrndc.conf\fP file, using the
 controls statement in \fBnamed.conf\fP\&. See the sections on the
 \fBcontrols\fP statement in the BIND 9 Administrator Reference Manual for
 details.
+.SH SEE ALSO
 .sp
 \fBrndc(8)\fP, \fBrndc\-confgen(8)\fP, \fBmmencode(1)\fP, BIND 9 Administrator Reference Manual.
 .SH AUTHOR