]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove accidentally-backported "include" doc
authorEvan Hunt <each@isc.org>
Mon, 5 Jun 2023 19:05:35 +0000 (12:05 -0700)
committerEvan Hunt <each@isc.org>
Mon, 5 Jun 2023 19:05:35 +0000 (12:05 -0700)
glob-expansion of filenames in "include" statements was added
in bind 9.18 but was accidentally mentioned in the bind 9.16 ARM.

doc/arm/reference.rst

index 0732009146cfd9728bbae54b481de61131fb24d7..9a2f4af1bac9611039126581f1327c4a8b795713 100644 (file)
@@ -416,12 +416,11 @@ To disable the command channel, use an empty ``controls`` statement:
 ``include`` Statement Definition and Usage
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The ``include`` statement inserts the specified file (or files if a valid glob
-expression is detected) at the point where the ``include`` statement is
-encountered. The ``include`` statement facilitates the administration of
-configuration files by permitting the reading or writing of some things but not
-others. For example, the statement could include private keys that are readable
-only by the name server.
+The ``include`` statement inserts the specified file at the point where the
+``include`` statement is encountered. The ``include`` statement facilitates
+the administration of configuration files by permitting the reading or
+writing of some things but not others. For example, the statement could
+include private keys that are readable only by the name server.
 
 .. _key_grammar: