]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3164] Correct a typo in the user guide
authorStephen Morris <stephen@isc.org>
Thu, 12 May 2016 18:30:51 +0000 (19:30 +0100)
committerStephen Morris <stephen@isc.org>
Thu, 12 May 2016 18:30:51 +0000 (19:30 +0100)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index a4e5fdfcee7f48c2f94b36fb50ca4f89cd00689b..daae437afbf42d8c83836d145401154371c94b88 100644 (file)
@@ -460,7 +460,7 @@ be followed by a comma and another object definition.</para>
   Should the database be located on a different system, you may need to specify a longer interval
   for the connection timeout:
 <screen>
-"Dhcp4": { "lease-database": { <userinput>"connect-timeout" : <replaceable>tomeout-in-seconds</replaceable></userinput>, ... }, ... }
+"Dhcp4": { "lease-database": { <userinput>"connect-timeout" : <replaceable>timeout-in-seconds</replaceable></userinput>, ... }, ... }
 </screen>
 The default value of five seconds should be more than adequate for local connections.
   </para>
index 2b79707059c68332b49465c64ecdbcf54203d458..d5a50397b12bbdddaaf3ff17a2eb8ed1bffec3a0 100644 (file)
@@ -459,7 +459,7 @@ be followed by a comma and another object definition.</para>
   Should the database be located on a different system, you may need to specify a longer interval
   for the connection timeout:
 <screen>
-"Dhcp6": { "lease-database": { <userinput>"connect-timeout" : <replaceable>tomeout-in-seconds</replaceable></userinput>, ... }, ... }
+"Dhcp6": { "lease-database": { <userinput>"connect-timeout" : <replaceable>timeout-in-seconds</replaceable></userinput>, ... }, ... }
 </screen>
 The default value of five seconds should be more than adequate for local connections.
   </para>