summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-11-24 03:06:38 +0000
committerderaadt <deraadt@openbsd.org>1998-11-24 03:06:38 +0000
commitd9830d7405a9d05b74a2214c9040d12964aa3c0f (patch)
treebcbf00163aaaa2cbd1a6a642292689aced30a956
parentBail out instead of core-dumping if we don't understand the port range operator; ws@netbsd (diff)
downloadwireguard-openbsd-d9830d7405a9d05b74a2214c9040d12964aa3c0f.tar.xz
wireguard-openbsd-d9830d7405a9d05b74a2214c9040d12964aa3c0f.zip
grammer
-rw-r--r--usr.sbin/dhcp/server/dhcpd.82
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