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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user