From 85626adeb87f340a0fac493c4502db597e2b0ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 30 Jun 2022 17:35:06 +0200 Subject: [PATCH] Add note that named.conf man page is not a complete manual We cannot simply do URL because it would make our lives more complicated with -S edition. (cherry picked from commit 908acd5d7084a68b698f3dfac7ce9ce250ea1216) --- bin/named/named.conf.rst | 5 +++++ doc/man/named.conf.5in | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bin/named/named.conf.rst b/bin/named/named.conf.rst index 820ca2d3cb..8e93f8b3fe 100644 --- a/bin/named/named.conf.rst +++ b/bin/named/named.conf.rst @@ -25,6 +25,11 @@ Description ~~~~~~~~~~~ :file:`named.conf` is the configuration file for :iscman:`named`. + +For complete documentation about the configuration statements, please refer to +the Configuration Reference section in the BIND 9 Administrator Reference +Manual. + 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: diff --git a/doc/man/named.conf.5in b/doc/man/named.conf.5in index 8f3d437f65..cd492e395e 100644 --- a/doc/man/named.conf.5in +++ b/doc/man/named.conf.5in @@ -36,6 +36,11 @@ named.conf \- configuration file for **named** .SH DESCRIPTION .sp \fBnamed.conf\fP is the configuration file for \fI\%named\fP\&. +.sp +For complete documentation about the configuration statements, please refer to +the Configuration Reference section in the BIND 9 Administrator Reference +Manual. +.sp 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: