]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_11] Fix OPTIONS formatting
authorMichał Kępień <michal@isc.org>
Mon, 27 Nov 2017 08:35:08 +0000 (09:35 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 27 Nov 2017 08:39:43 +0000 (09:39 +0100)
(cherry picked from commit 31b6ae485e82b36710af6479a9bcbecc214b4b6c)

OPTIONS
OPTIONS.md

diff --git a/OPTIONS b/OPTIONS
index 6cdfab8f2be165bbbb4a541cc5f9a4321516bc7c..0d3e1af2d47b7645db3f1d2543e4a6f48bc29d89 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -25,4 +25,5 @@ Setting                   Description
                           Increase the maximum number of configurable
 -DNS_RPZ_MAX_ZONES=64     response policy zones from 32 to 64; this is the
                           highest possible setting
-
+-DISC_HEAP_CHECK          Test heap consistency after every heap operation;
+                          used when debugging
index 09cf4c5c0299deaa8bfef61b57d4c03a18a4d27a..ae1debe3a9774b9bb6515ac5dd30ed07d3499f40 100644 (file)
@@ -22,5 +22,4 @@ Some of these settings are:
 |`-DNS_RUN_PID_DIR=0`|Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/{named,lwresd}/`|
 |`-DDIG_SIGCHASE=1`|Enable DNSSEC signature chasing support in `dig`.  (Note: This feature is deprecated. Use `delv` instead.)|
 |`-DNS_RPZ_MAX_ZONES=64`|Increase the maximum number of configurable response policy zones from 32 to 64; this is the highest possible setting|
-|`-DISC_HEAP_CHECK`|Test heap consistency after every heap operation; used
-when debugging |
+|`-DISC_HEAP_CHECK`|Test heap consistency after every heap operation; used when debugging|