diff options
author | Marcin Siodelski <marcin@isc.org> | 2015-07-08 16:11:39 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2015-07-08 16:11:39 +0200 |
commit | 731d14b8e88f7a76260188cc30c62f3c8088618e (patch) | |
tree | 614dd5b6d404ba8f7276473af6afd2ade92bb2d3 /src/lib/dhcpsrv/database_backends.dox | |
parent | [3484] Updated Developer's Guide for libdhcpsrv. (diff) | |
download | kea-731d14b8e88f7a76260188cc30c62f3c8088618e.tar.xz kea-731d14b8e88f7a76260188cc30c62f3c8088618e.zip |
[3484] Small fixes to remaining dox files.
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index 3990bb97b2..40175feb84 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -41,7 +41,7 @@ @section dhcpdb-instantiation Instantiation of Lease Managers - A lease manager is instantiated through the LeaseMgrFactory class. This + A lease manager is instantiated through the @c LeaseMgrFactory class. This has three methods: - isc::dhcp::LeaseMgrFactory::create - Creates a singleton Lease @@ -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 |