]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4282] Tidy up some grammar and typo level items
authorShawn Routhier <sar@isc.org>
Mon, 22 Aug 2016 23:14:57 +0000 (16:14 -0700)
committerShawn Routhier <sar@isc.org>
Mon, 22 Aug 2016 23:14:57 +0000 (16:14 -0700)
doc/guide/admin.xml
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 1afad620d8ef86bf1a57d59556e8cc04d46b8a3f..a737d22ef73fdfdee02b22cebcc833e7e9bc7d22 100644 (file)
@@ -574,13 +574,13 @@ $ <userinput>kea-admin lease-init pgsql -u <replaceable>database-user</replaceab
       <section id="pgsql-upgrade">
         <title>Upgrading a PostgreSQL Database from an Earlier Version of Kea</title>
         <para>
-          PostgreSQL database schema can be upgraded using the same tool and
-          commands as described in <xref linkend="mysql-upgrade"/>, with an
+          The PostgreSQL database schema can be upgraded using the same tool and
+          commands as described in <xref linkend="mysql-upgrade"/>, with the
           exception that the "pgsql" database backend type must be used in
-          those commands.
+          the commands.
         </para>
         <para>
-          Use the following command to check current schema version:
+          Use the following command to check the current schema version:
 <screen>
 $ <userinput>kea-admin lease-version pgsql -u <replaceable>database-user</replaceable> -p <replaceable>database-password</replaceable> -n <replaceable>database-name</replaceable></userinput>
 </screen>
index e31db48fb59bdda582b6be73d1e17283fc98872a..4b14ae804e4dd3bac48289f9b60dff79f9cb6823 100644 (file)
@@ -482,21 +482,21 @@ If a timeout is given though, it should be an integer greater than zero.
   <title id="hosts4-storage">Hosts Storage</title>
 
     <para>Kea is also able to store information about host reservations in the
-    database. Hosts database configuration uses the same syntax as lease
-    database. In fact, Kea server opens independent connections for each
-    purpose, be it lease or hosts information. This gives the solution most
+    database. The hosts database configuration uses the same syntax as the lease
+    database. In fact, Kea server opens independent connections for each
+    purpose, be it lease or hosts information. This arrangement gives the most
     flexibility. Kea can be used to keep leases and host reservations
     separately, but can also point to the same database. Currently the
     supported hosts database types are MySQL and PostgreSQL. Cassandra
     backend does not support host reservations yet.</para>
 
-    <para>Please note that usage of hosts storage is optional. User can define
+    <para>Please note that usage of hosts storage is optional. A user can define
     all host reservations in the configuration file. That is the recommended way
-    if the number of reservations is small. However, with the number of
-    reservations growing it's more convenient to use host storage. Please note
-    that two storages (configuration file and one of the supported databases)
+    if the number of reservations is small. However, when the number of
+    reservations grows it's more convenient to use host storage. Please note
+    that both storage methods (configuration file and one of the supported databases)
     can be used together. If hosts are defined in both places, the definitions
-    from configuration file are checked first and external storage is checked
+    from the configuration file are checked first and external storage is checked
     later, if necessary.</para>
 
 <section id="hosts-database-configuration4">
@@ -514,7 +514,7 @@ If a timeout is given though, it should be an integer greater than zero.
 <screen>
 "Dhcp4": { "hosts-database": { <userinput>"name": "<replaceable>database-name</replaceable>" </userinput>, ... }, ... }
 </screen>
-  If the database is located on a different system to the DHCPv4 server, the
+  If the database is located on a different system than the DHCPv4 server, the
   database host name must also be specified (although it should be noted that this
   configuration may have a severe impact on server performance):
 <screen>
index 2625595d7ec9c436cc2aadb23ae46a21b68bc8d6..b46557ecec55de0e5ac7b0d6c7d07a2ed0fffb63 100644 (file)
@@ -482,21 +482,21 @@ If a timeout is given though, it should be an integer greater than zero.
 <section id="hosts6-storage">
   <title>Hosts Storage</title>
     <para>Kea is also able to store information about host reservations in the
-    database. Hosts database configuration uses the same syntax as lease
-    database. In fact, Kea server opens independent connections for each
-    purpose, be it lease or hosts information. This gives the solution most
+    database. The hosts database configuration uses the same syntax as the lease
+    database. In fact, Kea server opens independent connections for each
+    purpose, be it lease or hosts information. This arrangment gives the most
     flexibility. Kea can be used to keep leases and host reservations
     separately, but can also point to the same database. Currently the
     supported hosts database types are MySQL and PostgreSQL. Cassandra
     backend does not support host reservations yet.</para>
 
-    <para>Please note that usage of hosts storage is optional. User can define
+    <para>Please note that usage of hosts storage is optional. A user can define
     all host reservations in the configuration file. That is the recommended way
-    if the number of reservations is small. However, with the number of
-    reservations growing it's more convenient to use host storage. Please note
-    that both storages (configuration file and one of the supported databases)
+    if the number of reservations is small. However, when the number of
+    reservations grows it's more convenient to use host storage. Please note
+    that both storage methods (configuration file and one of the supported databases)
     can be used together. If hosts are defined in both places, the definitions
-    from configuration file are checked first and external storage is checked
+    from the configuration file are checked first and external storage is checked
     later, if necessary.</para>
 
 <section id="hosts-database-configuration6">
@@ -514,7 +514,7 @@ If a timeout is given though, it should be an integer greater than zero.
 <screen>
 "Dhcp6": { "hosts-database": { <userinput>"name": "<replaceable>database-name</replaceable>" </userinput>, ... }, ... }
 </screen>
-  If the database is located on a different system to the DHCPv6 server, the
+  If the database is located on a different system than the DHCPv6 server, the
   database host name must also be specified (although it should be noted that this
   configuration may have a severe impact on server performance):
 <screen>