mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
dhclient: Update dhclient man page for n flag
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: https://github.com/freebsd/freebsd-src/pull/1368 (cherry picked from commit 84fce4b67adc1ed1882d9371eb5d92dbbc79766d)
This commit is contained in:
parent
7bdd17d8d3
commit
fca891c011
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue