Browse Source

[trac2653] escape double-dash so isn't converted to ndash entity

because can't copy and paste as it was
Jeremy C. Reed 12 years ago
parent
commit
14fa32e0dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dhcpsrv/database_backends.dox

+ 2 - 2
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>).
   */