diff options
author | 1998-11-24 03:06:38 +0000 | |
---|---|---|
committer | 1998-11-24 03:06:38 +0000 | |
commit | d9830d7405a9d05b74a2214c9040d12964aa3c0f (patch) | |
tree | bcbf00163aaaa2cbd1a6a642292689aced30a956 | |
parent | Bail out instead of core-dumping if we don't understand the port range operator; ws@netbsd (diff) | |
download | wireguard-openbsd-d9830d7405a9d05b74a2214c9040d12964aa3c0f.tar.xz wireguard-openbsd-d9830d7405a9d05b74a2214c9040d12964aa3c0f.zip |
grammer
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index fca721005b1..ee8c1cc902e 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -123,7 +123,7 @@ contain all the lease information, so there is no need for a special crash recovery process. .PP BOOTP support is also provided by this server. Unlike DHCP, the BOOTP -protocol does not provide a protocol for recovering +protocol does not provides a protocol for recovering dynamically-assigned addresses once they are no longer needed. It is still possible to dynamically assign addresses to BOOTP clients, but some administrative process for reclaiming addresses is required. By |