diff options
author | Stephen Morris <stephen@isc.org> | 2015-07-14 13:59:52 +0200 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2015-07-14 13:59:52 +0200 |
commit | f81a2220f020683891b37c479987c87f34ee4199 (patch) | |
tree | 376c3d93473d566a62f27584a73afcaee806e611 /src/lib/dhcpsrv/database_backends.dox | |
parent | [3484] Correct error in example code (diff) | |
download | kea-f81a2220f020683891b37c479987c87f34ee4199.tar.xz kea-f81a2220f020683891b37c479987c87f34ee4199.zip |
[3484] Miscellanous editing changes during review
Correction of typos/grammatical errors etc. Also included text in the
contributors' section explaining why test-driven development is used.
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 40175feb84..5b901039e8 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -205,7 +205,7 @@ host all all ::1/128 password Please consult your PostgreSQL user manual before applying those changes as those changes may expose your other databases that you run on the same system. In general case, it is a poor idea to run anything of value on a system - that runs tests. Use caution!ยง + that runs tests. Use caution! The unit tests are run automatically when "make check" is executed (providing that Kea has been build with the \--with-dhcp-pgsql switch (see the installation |