Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2026 15:13:38 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Jim Brown <jpb@jimby.name>
Subject:   git: f4424a273386 - main - dhclient.conf.5: Correct crossreference
Message-ID:  <6a22e7a2.3f2b6.27e2f4ca@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=f4424a2733867ec5f12ecd196011ce8df096f522

commit f4424a2733867ec5f12ecd196011ce8df096f522
Author:     Jim Brown <jpb@jimby.name>
AuthorDate: 2026-06-05 14:59:32 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-06-05 15:13:32 +0000

    dhclient.conf.5: Correct crossreference
    
    PR:             285614
    Reviewed by:    ziaee, michaelo, jrm
    MFC after:      2 weeks
    Differential Revision:  https://reviews.freebsd.org/D49489
---
 sbin/dhclient/dhclient.conf.5 | 15 ++++++++-------
 1 file 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a22e7a2.3f2b6.27e2f4ca>