]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing comment markers to doc/misc/ grammar files
authorPetr Špaček <pspacek@isc.org>
Wed, 11 May 2022 06:03:40 +0000 (08:03 +0200)
committerPetr Špaček <pspacek@isc.org>
Thu, 30 Jun 2022 17:00:17 +0000 (19:00 +0200)
These files can be consumed by scripts, so obviously missing comment
markers wreak havoc.

doc/misc/format-options.pl
doc/misc/options
doc/misc/options.active

index b152b844a59b412ac42a15f9daa74f31d6d52283..6447b4976dbbfdb4b5201ef90e7f467d7ba627c7 100644 (file)
@@ -19,8 +19,8 @@ GetOptions ('strip-not-configured' => \$strip_not_configured);
 
 print <<END;
 
-This is a summary of the named.conf options supported by
-this version of BIND 9.
+// This is a summary of the named.conf options supported by
+// this version of BIND 9.
 
 END
 
index bffd4e7a905d3c765083dc6b96284203b5dc1ac5..9ae75d1e04e65c87607307ac24284c2ad5795cb3 100644 (file)
@@ -1,6 +1,6 @@
 
-This is a summary of the named.conf options supported by
-this version of BIND 9.
+// This is a summary of the named.conf options supported by
+// this version of BIND 9.
 
 acl <string> { <address_match_element>; ... }; // may occur multiple times
 
index cedb810e391ce3dc135e4fef88a710686d6d394e..429ab8763b14cc0ef98382cb38df0b3c2631f473 100644 (file)
@@ -1,6 +1,6 @@
 
-This is a summary of the named.conf options supported by
-this version of BIND 9.
+// This is a summary of the named.conf options supported by
+// this version of BIND 9.
 
 acl <string> { <address_match_element>; ... }; // may occur multiple times