From 59663800d2ec04777dae2791dd92aa563faf94c8 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 27 Apr 2017 23:40:17 -0700 Subject: [PATCH] [v9_11] change markdown comment style for pandoc --- HISTORY.md | 7 +++++++ OPTIONS | 10 +++------- OPTIONS.md | 4 ++-- README | 5 +---- README.md | 4 ++-- doc/dev/contrib.md | 4 ++-- doc/dev/dev.md | 4 ++-- doc/dev/style.md | 4 ++-- util/copyrights | 4 ++-- util/update_copyrights | 4 ++-- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bc20c4f3d8..558b3de3b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ + ### Functional enhancements from prior major releases of BIND 9 #### BIND 9.10.0 diff --git a/OPTIONS b/OPTIONS index aba2516f23..0be74b7aac 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 f994df8065..db79e69680 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 9144f15e4c..abce8e15e9 100644 --- a/README +++ b/README @@ -1,7 +1,4 @@ - # BIND 9 +BIND 9 Contents diff --git a/README.md b/README.md index 89e5682e5b..d906268549 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 534ad05fe3..b2aefabb97 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 e421ee2fe5..c749512381 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 fc8310dc2f..a29923d213 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/copyrights b/util/copyrights index a45da9b2cb..8dfd1891e4 100644 --- a/util/copyrights +++ b/util/copyrights @@ -4,10 +4,10 @@ ./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 ./COPYRIGHT TXT 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 ./HISTORY X 2010,2013,2016,2017 -./HISTORY.md X 2017 +./HISTORY.md MKD 2017 ./LICENSE X 2016 ./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 -./OPTIONS MKD 2017 +./OPTIONS X 2017 ./OPTIONS.md MKD 2017 ./README X 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 ./README.md MKD 2017 diff --git a/util/update_copyrights b/util/update_copyrights index 874e47d8e1..b6c12ca83e 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 {