From: Jeremy C. Reed Date: Tue, 14 May 2013 22:08:28 +0000 (-0500) Subject: [trac2653] escape double-dash so isn't converted to ndash entity X-Git-Tag: bind10-1.2.0beta1-release~418^2~9^2~1^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14fa32e0dcb2d77ebc7d8a5938b37e36324b8bef;p=thirdparty%2Fkea.git [trac2653] escape double-dash so isn't converted to ndash entity because can't copy and paste as it was --- diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index baab1dddd6..174b5e22fc 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 BIND 10 Guide). */