From: Marcin Siodelski Date: Thu, 15 Sep 2016 10:33:02 +0000 (+0200) Subject: [4502] Fixed a couple of nits in the Kea User's Guide per review comments. X-Git-Tag: trac5006_base~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c28514d1f72304293abff98b872876ef063d7488;p=thirdparty%2Fkea.git [4502] Fixed a couple of nits in the Kea User's Guide per review comments. --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index 34499013b6..f0d5c85483 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -148,24 +148,24 @@ Debian and Ubuntu: - MySQL client development libraries, when using --with-dhcp-mysql - configuration flag to build the Kea MySQL database backend. - In this case an instance of the MySQL server running - locally or on some other machine, reachable over the network - from the machine running Kea, is required. Though, running - unit tests requires that the MySQL server is local. + The MySQL client and the client development libraries, when using + the --with-dhcp-mysql configuration flag to build the Kea MySQL + database backend. In this case an instance of the MySQL server + running locally or on some other machine, reachable over the + network from the machine running Kea, is required. Note that + running the unit tests requires a local MySQL server. - PostgreSQL client development libraries, when using - --with-dhcp-pgsql configuration flag to build the Kea PostgreSQL - database backend. In this case an instance of the PostgreSQL - server running locally or on some other machine, reachable over - the network from the machine running Kea, is required. Though, - running unit tests requires that the PostgreSQL server is - local. + The PostgreSQL client and the client development libraries, when + using the --with-dhcp-pgsql configuration flag to build the Kea + PostgreSQL database backend. In this case an instance of the + PostgreSQL server running locally or on some other machine, + reachable over the network from the machine running Kea, is + required. Note that running the unit tests requires a local + PostgreSQL server. @@ -178,8 +178,8 @@ Debian and Ubuntu: Documentation generating tools: elinks, docbook-xsl, libxslt and Doxygen, - when generating documentation using --enable-generate-docs configuration - option. + when generating documentation using the --enable-generate-docs + configuration option. diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index b851cbb6b8..3494ba318c 100644 --- a/doc/guide/intro.xml +++ b/doc/guide/intro.xml @@ -61,7 +61,7 @@ version 1.8, 1.9 or 1.10. As an alternative to Botan, Kea can use the OpenSSL crypto library (), version 1.0.*. Support for later versions of Botan and OpenSSL will - be added with later releases of Kea. + be added in future releases of Kea.