Add missing comment markers to doc/misc/ grammar files

These files can be consumed by scripts, so obviously missing comment
markers wreak havoc.

(cherry picked from commit af3683f436)
This commit is contained in:
Petr Špaček
2022-05-11 08:03:40 +02:00
parent 19e40f34bc
commit a46f671a30
3 changed files with 6 additions and 6 deletions

View 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

View 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

View 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