From b8d3ce7b7b2a8cc504889d66a9b14f785772a25e Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 19 Apr 2024 19:16:26 +0000 Subject: [PATCH] replace a (technically incorrect) instance of "IP" with "address"; issue reported by tech3599 at posteo net via henning; discussed with/ok henning --- usr.sbin/dhcpd/dhcpd.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8 index c98a953b983..5d9c29b7503 100644 --- a/usr.sbin/dhcpd/dhcpd.8 +++ b/usr.sbin/dhcpd/dhcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.8,v 1.34 2023/10/05 18:46:14 mvs Exp $ +.\" $OpenBSD: dhcpd.8,v 1.35 2024/04/19 19:16:26 jmc 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: October 5 2023 $ +.Dd $Mdocdate: April 19 2024 $ .Dt DHCPD 8 .Os .Sh NAME @@ -84,7 +84,7 @@ Each client is assigned a lease, which expires after an amount of time chosen by the administrator (by default, one day). When a leased IP address is assigned to a new hardware address, .Nm -may delete the leased IP from certain +may delete the leased address from certain .Xr pf 4 tables. Before leases expire, the clients to which leases are assigned are expected -- 2.20.1