Skip to content

Commit

Permalink
dhclient: Update dhclient man page for n flag
Browse files Browse the repository at this point in the history
Document new n flag for disabling ARP resolution within dhclient.

Sponsored by:	Google LLC (GSoC 2024)
Signed-off-by:	Isaac Cilia Attard <icattard@FreeBSD.org>
MFC after:	10 days
Reviwed by:	cperciva, brooks, Tom Hukins, Alexander Ziaee
Pull Request:	#1368
  • Loading branch information
ica574 authored and cperciva committed Aug 9, 2024
1 parent b51569a commit 84fce4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sbin/dhclient/dhclient.8
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
.Dd August 4, 2018
.Dd August 1, 2024
.Dt DHCLIENT 8
.Os
.Sh NAME
Expand Down Expand Up @@ -82,6 +82,10 @@ will revert to running in the background.
Specify an alternate location,
.Ar file ,
for the leases file.
.It Fl n
Make
.Nm
not wait for ARP resolution.
.It Fl p Ar file
Specify an alternate location for the PID file.
The default is
Expand Down

0 comments on commit 84fce4b

Please sign in to comment.