aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brown <jpb@jimby.name>2026-06-05 14:59:32 +0000
committerMark Johnston <markj@FreeBSD.org>2026-06-05 15:13:32 +0000
commitf4424a2733867ec5f12ecd196011ce8df096f522 (patch)
treec9cb7b77559bc8a977cac525ae1577fd61351889
parentee213339f4b21782cd1b44086ff9b7fe1fd682c5 (diff)
dhclient.conf.5: Correct crossreference
PR: 285614 Reviewed by: ziaee, michaelo, jrm MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D49489
-rw-r--r--sbin/dhclient/dhclient.conf.515
1 files changed, 8 insertions, 7 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5
index b2190a8e076b..cf372617c4ce 100644
--- a/sbin/dhclient/dhclient.conf.5
+++ b/sbin/dhclient/dhclient.conf.5
@@ -349,16 +349,18 @@ predefined lease is used.
.It Ic script Qq Ar script-name ;
The
.Ic script
-statement is used to specify the pathname of the DHCP client configuration
+statement is used to specify a pathname of a DHCP client configuration
script.
This script is used by the DHCP client to set each interface's initial
configuration prior to requesting an address, to test the address once it
has been offered, and to set the interface's final configuration once a
lease has been acquired.
-If no lease is acquired, the script is used to test predefined leases, if
-any, and also called once if no valid lease can be identified.
-For more information, see
-.Xr dhclient.leases 5 .
+If no lease is acquired, the script is used to test predefined
+.Xr dhclient.leases 5 ,
+if any, and also called once if no valid lease can be identified.
+Additional information on using DHCP client configuration scripts is
+found in
+.Xr dhclient-script 8 .
.It Ic medium Qq Ar "media setup" ;
The
.Ic medium
@@ -543,9 +545,8 @@ file - the defaults are usually fine.
.Sh SEE ALSO
.Xr dhclient.leases 5 ,
.Xr dhcp-options 5 ,
-.Xr dhcpd.conf 5 ,
.Xr dhclient 8 ,
-.Xr dhcpd 8
+.Xr dhclient-script 8
.Rs
.%R "RFC 2132, RFC 2131"
.Re