From: Michał Kępień Date: Mon, 27 Nov 2017 08:35:08 +0000 (+0100) Subject: [v9_11] Fix OPTIONS formatting X-Git-Tag: v9.11.3b1~154 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ea9b7c7ed7494d1b5f959b6a61cc349e59f29463;p=thirdparty%2Fbind9.git [v9_11] Fix OPTIONS formatting (cherry picked from commit 31b6ae485e82b36710af6479a9bcbecc214b4b6c) --- diff --git a/OPTIONS b/OPTIONS index 6cdfab8f2be..0d3e1af2d47 100644 --- 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 diff --git a/OPTIONS.md b/OPTIONS.md index 09cf4c5c029..ae1debe3a97 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -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|