BIND 10 trac2653, updated. 969260c87bd0916bfa951f4801bc7e4e60872fe2 [trac2653] escape double-dash so isn't converted to ndash entity

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 14 22:09:40 UTC 2013


The branch, trac2653 has been updated
       via  969260c87bd0916bfa951f4801bc7e4e60872fe2 (commit)
      from  298fd19fe3405ccc76d5d7ab8f91d80c53bcf44b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 969260c87bd0916bfa951f4801bc7e4e60872fe2
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Tue May 14 17:08:28 2013 -0500

    [trac2653] escape double-dash so isn't converted to ndash entity
    
    because can't copy and paste as it was

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/database_backends.dox |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox
index baab1dd..174b5e2 100644
--- a/src/lib/dhcpsrv/database_backends.dox
+++ b/src/lib/dhcpsrv/database_backends.dox
@@ -26,7 +26,7 @@
 
   - The MySQL lease manager uses the freely available MySQL as its backend
   database.  This is not included in BIND 10 DHCP by default:
-  the --with-dhcp-mysql switch must be supplied to "configure" for support
+  the \--with-dhcp-mysql switch must be supplied to "configure" for support
   to be compiled into the software.
   - Memfile is an in-memory lease database, with (currently) nothing being
   written to persistent storage.  The long-term plans for the backend do
@@ -119,6 +119,6 @@
   %@endverbatim
 
   The unit tests are run automatically when "make check" is executed (providing
-  that BIND 10 has been build with the --with-dhcp-mysql switch (see the installation
+  that BIND 10 has been build with the \--with-dhcp-mysql switch (see the installation
   section in the <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND 10 Guide</a>).
   */



More information about the bind10-changes mailing list