To: | dhcp-bugs@isc.org |
From: | "David H. Gutteridge" <dhgutteridge@sympatico.ca> |
Subject: | DHCP 4.3.6 - [PATCH] Minor documentation error in dhcpd.8 man page |
Date: | Thu, 19 Oct 2017 01:35:18 +0000 |
Bug Report from www.isc.org:
Name: David H. Gutteridge
Email: dhgutteridge@sympatico.ca
Software Version: DHCP 4.3.6
OS: NetBSD
Subject:[PATCH] Minor documentation error in dhcpd.8 man page
Bug Detail
===========
There's a minor documentation error in the dhcpd(8) man page, where
an example is missing a semicolon between two parameter statements,
which if followed, leads to a configuration file parsing error.
--- dhcpd.8.orig 2017-07-25 09:39:54.000000000 -0400
+++ dhcpd.8 2017-10-18 21:31:04.131104855 -0400
@@ -473,7 +473,8 @@
.sp 1
subnet 239.252.197.0 netmask 255.255.255.0 {
range 239.252.197.10 239.252.197.250;
- default-lease-time 600 max-lease-time 7200;
+ default-lease-time 600;
+ max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 239.252.197.255;
option routers 239.252.197.1;
---
This email was received through isc.org Bug Submission Form