mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
19e40f34bc
commit
a46f671a30
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue