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.