From: Sven M. Hallberg Subject: Re: Diff: Minor Improvement to Sentence To: tech@openbsd.org Date: Thu, 08 Aug 2024 18:43:53 +0200 Without wanting to get into the finer points of sentence structure, here's a diff to dhcpleased(8) that mirrors slaacd(8) pretty closely, adding only the missing sentence about its configuration actions, combined from wording used in slaacd(8) and what Theo wrote. Index: dhcpleased.8 =================================================================== RCS file: /cvs/src/sbin/dhcpleased/dhcpleased.8,v retrieving revision 1.6 diff -u -p -r1.6 dhcpleased.8 --- dhcpleased.8 2 Mar 2023 17:09:52 -0000 1.6 +++ dhcpleased.8 8 Aug 2024 16:34:52 -0000 @@ -28,11 +28,15 @@ .Sh DESCRIPTION .Nm is a dynamic host configuration protocol (DHCP) daemon for clients. -It requests IP configuration information from for example those offered by -.Xr dhcpd 8 , +It requests IP configuration information from DHCP servers such as +.Xr dhcpd 8 on interfaces with the .Sy AUTOCONF4 flag set. +.Nm +installs learned addresses and default routes in the kernel +and provides DNS-related information to +.Xr resolvd 8 . See .Xr hostname.if 5 and