diff options
author | Wendy <source@isc.org> | 2001-09-19 23:05:07 +0000 |
---|---|---|
committer | Wendy <source@isc.org> | 2001-09-19 23:05:07 +0000 |
commit | 91fd398f5ed8bbb3f9329ecc881502531bc298bc (patch) | |
tree | 166409223b5129bfcf8309ff320b8bdaab3fce92 | |
parent | f6dafc1ae12e02b5dbe76c19dc59aa316b7dd240 (diff) | |
download | isc-dhcp-91fd398f5ed8bbb3f9329ecc881502531bc298bc.tar.gz |
Fixed typo in the subnet example (changed a | to a } )
-rw-r--r-- | server/dhcpd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/dhcpd.8 b/server/dhcpd.8 index fccce434..79314743 100644 --- a/server/dhcpd.8 +++ b/server/dhcpd.8 @@ -293,7 +293,7 @@ to the subnet command: range 239.252.197.10 239.252.197.107; default-lease-time 600; max-lease-time 7200; - | + } .fi .PP This particular subnet declaration specifies a default lease time of |