diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-09-14 10:24:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-09-14 10:24:28 +0000 |
commit | 215c88361f2aab5517a3ed29c4c9325c64e59f01 (patch) | |
tree | 155ffb01c30d4771dca21be5f3b72fd74750cf89 /usr.sbin | |
parent | 87704b247916fa4fd96218abfbec308eebfa0194 (diff) |
fix typo; ok jmc@
also reported upstream to dhcp dash bugs at isc dot org
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8 index 6931a2f4157..ec41824d87e 100644 --- a/usr.sbin/dhcpd/dhcpd.8 +++ b/usr.sbin/dhcpd/dhcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.8,v 1.16 2008/05/07 12:19:20 beck Exp $ +.\" $OpenBSD: dhcpd.8,v 1.17 2009/09/14 10:24:27 schwarze Exp $ .\" .\" Copyright (c) 1995, 1996 The Internet Software Consortium. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: May 7 2008 $ +.Dd $Mdocdate: September 14 2009 $ .Dt DHCPD 8 .Os .Sh NAME @@ -307,7 +307,7 @@ installation, will vary depending on the kinds of hosts being served. .Pp For example, in an office environment where systems are added from time to time and removed from time to time, but move relatively -infrequently, it might make sense to allow lease times of a month of more. +infrequently, it might make sense to allow lease times of a month or more. In a final test environment on a manufacturing floor, it may make more sense to assign a maximum lease length of 30 minutes \- enough time to go through a simple test procedure on a network appliance before packaging it up for |