summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/database_backends.dox
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@isc.org>2013-05-15 00:08:28 +0200
committerJeremy C. Reed <jreed@isc.org>2013-05-15 00:08:28 +0200
commit969260c87bd0916bfa951f4801bc7e4e60872fe2 (patch)
tree091c58582e29f72751070e6119244d57c700b567 /src/lib/dhcpsrv/database_backends.dox
parent[2653] Added documentation as to how to create the test DHCP database (diff)
downloadkea-969260c87bd0916bfa951f4801bc7e4e60872fe2.tar.xz
kea-969260c87bd0916bfa951f4801bc7e4e60872fe2.zip
[trac2653] escape double-dash so isn't converted to ndash entity
because can't copy and paste as it was
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r--src/lib/dhcpsrv/database_backends.dox4
1 files changed, 2 insertions, 2 deletions
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 <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND 10 Guide</a>).
*/