From: Evan Hunt Date: Fri, 28 Apr 2017 06:38:51 +0000 (-0700) Subject: [master] change markdown comment style for pandoc X-Git-Tag: v9.12.0a1~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7dc84cd4bfa75abc00152280c0b58ad48531b10;p=thirdparty%2Fbind9.git [master] change markdown comment style for pandoc --- diff --git a/HISTORY b/HISTORY index cbc8f226b38..238e2634155 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,3 @@ - ### Functional enhancements from prior major releases of BIND 9 BIND 9.11 diff --git a/HISTORY.md b/HISTORY.md index 95bd17b8233..9cd11b5f380 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,10 @@ - +--> ### Functional enhancements from prior major releases of BIND 9 #### BIND 9.11 diff --git a/OPTIONS b/OPTIONS index aba2516f23e..0be74b7aac6 100644 --- a/OPTIONS +++ b/OPTIONS @@ -1,10 +1,6 @@ - Setting the -STD_CDEFINES environment variable before running configure can be used to -enable certain compile-time options that are not explicitly defined in -configure. +Setting the STD_CDEFINES environment variable before running configure can +be used to enable certain compile-time options that are not explicitly +defined in configure. Some of these settings are: diff --git a/OPTIONS.md b/OPTIONS.md index f994df80653..db79e696805 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,10 +1,10 @@ - +--> Setting the `STD_CDEFINES` environment variable before running `configure` can be used to enable certain compile-time options that are not explicitly defined in `configure`. diff --git a/README b/README index dd24073d223..cef8000bb71 100644 --- a/README +++ b/README @@ -1,7 +1,4 @@ - # BIND 9 +BIND 9 Contents diff --git a/README.md b/README.md index b5296ddcffb..299908185ff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ - +--> # BIND 9 ### Contents diff --git a/doc/dev/contrib.md b/doc/dev/contrib.md index 534ad05fe3a..b2aefabb97b 100644 --- a/doc/dev/contrib.md +++ b/doc/dev/contrib.md @@ -1,10 +1,10 @@ - +--> ## BIND Source Access and Contributor Guidelines *Apr 14, 2017* diff --git a/doc/dev/dev.md b/doc/dev/dev.md index e421ee2fe5f..c749512381c 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -1,10 +1,10 @@ - +--> ## BIND Developer Information ### Contents diff --git a/doc/dev/style.md b/doc/dev/style.md index fc8310dc2f9..a29923d213b 100644 --- a/doc/dev/style.md +++ b/doc/dev/style.md @@ -1,10 +1,10 @@ - +--> ## BIND 9 Coding Style BIND 9 is principally written in [C](#cstyle), with some additional code diff --git a/util/update_copyrights b/util/update_copyrights index 874e47d8e1e..b6c12ca83eb 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -208,9 +208,9 @@ foreach $file (keys %file_types) { $end_comment = "-->\n"; } elsif ($type eq "MKD") { $mkd_comment = 1; - $start_comment = ""; + $end_comment = "-->"; } elsif ($type eq "TXT") { $prefix = ""; } else {