From: Stephen Morris Date: Thu, 12 May 2016 18:30:51 +0000 (+0100) Subject: [3164] Correct a typo in the user guide X-Git-Tag: trac4106_update_base~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8946db706241f35e48b6cf764a98acadf50414;p=thirdparty%2Fkea.git [3164] Correct a typo in the user guide --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index a4e5fdfcee..daae437afb 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -460,7 +460,7 @@ be followed by a comma and another object definition. Should the database be located on a different system, you may need to specify a longer interval for the connection timeout: -"Dhcp4": { "lease-database": { "connect-timeout" : tomeout-in-seconds, ... }, ... } +"Dhcp4": { "lease-database": { "connect-timeout" : timeout-in-seconds, ... }, ... } The default value of five seconds should be more than adequate for local connections. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 2b79707059..d5a50397b1 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -459,7 +459,7 @@ be followed by a comma and another object definition. Should the database be located on a different system, you may need to specify a longer interval for the connection timeout: -"Dhcp6": { "lease-database": { "connect-timeout" : tomeout-in-seconds, ... }, ... } +"Dhcp6": { "lease-database": { "connect-timeout" : timeout-in-seconds, ... }, ... } The default value of five seconds should be more than adequate for local connections.