]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac2653] escape double-dash so isn't converted to ndash entity
authorJeremy C. Reed <jreed@isc.org>
Tue, 14 May 2013 22:08:28 +0000 (17:08 -0500)
committerJeremy C. Reed <jreed@isc.org>
Tue, 14 May 2013 22:08:28 +0000 (17:08 -0500)
because can't copy and paste as it was

src/lib/dhcpsrv/database_backends.dox

index baab1dddd66f9faa912ebcba1fc5a37212bbe80d..174b5e22fc744aaa95b76fe36a4fcfb9bb4735d8 100644 (file)
@@ -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
   %@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>).
   */