]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Regenerate the named.conf manual with hyperlinks
authorTony Finch <fanf@isc.org>
Thu, 10 Mar 2022 16:52:12 +0000 (16:52 +0000)
committerPetr Špaček <pspacek@isc.org>
Mon, 14 Mar 2022 09:47:45 +0000 (10:47 +0100)
The named.conf grammar is exported to the manual via
doc/misc/rst-options.pl which is the ultimate source
for the non-grammar parts of the man page.

bin/named/named.conf.rst
doc/man/named.conf.5in
doc/misc/rst-options.pl

index 3ce51e38ad95ef7a46d8494167293f72fe542347..6fc7d8175c0e05607509fda51b75b2fbfc6b79a6 100644 (file)
@@ -24,10 +24,10 @@ Synopsis
 Description
 ~~~~~~~~~~~
 
-:iscman:`named.conf` is the configuration file for :iscman:`named`. Statements are
-enclosed in braces and terminated with a semi-colon. Clauses in the
-statements are also semi-colon terminated.  The usual comment styles are
-supported:
+:file:`named.conf` is the configuration file for :iscman:`named`.
+Statements are enclosed in braces and terminated with a semi-colon.
+Clauses in the statements are also semi-colon terminated. The usual
+comment styles are supported:
 
 C style: /\* \*/
 
index 539346834e17445a32d1987acfbdfc8a5e8829f1..ec2c6b47f6db58d4eda127f79565d3141e8cb264 100644 (file)
@@ -35,10 +35,10 @@ named.conf \- configuration file for **named**
 \fBnamed.conf\fP
 .SH DESCRIPTION
 .sp
-\fI\%named.conf\fP is the configuration file for \fBnamed\fP\&. Statements are
-enclosed in braces and terminated with a semi\-colon. Clauses in the
-statements are also semi\-colon terminated.  The usual comment styles are
-supported:
+\fBnamed.conf\fP is the configuration file for \fBnamed\fP\&.
+Statements are enclosed in braces and terminated with a semi\-colon.
+Clauses in the statements are also semi\-colon terminated. The usual
+comment styles are supported:
 .sp
 C style: /* */
 .INDENT 0.0
index 7526ea4f4c2aaaa1ae25f8dda2c2a4b8d234fd09..79a934dbcc5b4c716b80d858313db8e21dbf560b 100644 (file)
@@ -43,6 +43,8 @@ END
 print <<END;
 .. highlight: console
 
+.. iscman:: named.conf
+
 named.conf - configuration file for **named**
 ---------------------------------------------
 
@@ -54,10 +56,10 @@ Synopsis
 Description
 ~~~~~~~~~~~
 
-``named.conf`` is the configuration file for ``named``. Statements are
-enclosed in braces and terminated with a semi-colon. Clauses in the
-statements are also semi-colon terminated.  The usual comment styles are
-supported:
+:file:`named.conf` is the configuration file for :iscman:`named`.
+Statements are enclosed in braces and terminated with a semi-colon.
+Clauses in the statements are also semi-colon terminated. The usual
+comment styles are supported:
 
 C style: /\\* \\*/
 
@@ -141,6 +143,6 @@ Files
 See Also
 ~~~~~~~~
 
-:manpage:`named(8)`, :manpage:`named-checkconf(8)`, :manpage:`rndc(8)`, :manpage:`rndc-confgen(8)`, :manpage:`tsig-keygen(8)`, BIND 9 Administrator Reference Manual.
+:iscman:`named(8) <named>`, :iscman:`named-checkconf(8) <named-checkconf>`, :iscman:`rndc(8) <rndc>`, :iscman:`rndc-confgen(8) <rndc-confgen>`, :iscman:`tsig-keygen(8) <tsig-keygen>`, BIND 9 Administrator Reference Manual.
 
 END