From 1c8946db706241f35e48b6cf764a98acadf50414 Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Thu, 12 May 2016 19:30:51 +0100 Subject: [PATCH] [3164] Correct a typo in the user guide --- doc/guide/dhcp4-srv.xml | 2 +- doc/guide/dhcp6-srv.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2