Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2024 00:51:57 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: dc68d1c465 - main - handbook/network: Fix wording to reflect commands without DHCP
Message-ID:  <202406260051.45Q0pvx3060810@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dc68d1c4655fdd937b8febf5aaa7afabd58d4823

commit dc68d1c4655fdd937b8febf5aaa7afabd58d4823
Author:     Mario Campos <mario.andres.campos@gmail.com>
AuthorDate: 2024-05-24 12:41:45 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-06-26 00:51:30 +0000

    handbook/network: Fix wording to reflect commands without DHCP
    
    The `sysrc` commands would be enabled when an interface configures its
    address via SLAAC, not DHCP. Hence, the instruction is incorrect.
    
    Reviewed by:    https://github.com/rilysh, dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/383
---
 documentation/content/en/books/handbook/network/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc
index 6849778107..745db13193 100644
--- a/documentation/content/en/books/handbook/network/_index.adoc
+++ b/documentation/content/en/books/handbook/network/_index.adoc
@@ -495,7 +495,7 @@ To assign a default router, specify its address executing the following command:
 If the network has a DHCP server, it is very easy to configure the network interface to use DHCP.
 man:dhclient[8] will provide automatically the IP, the netmask and the default router.
 
-To make the interface work with DHCP execute the following command:
+To make the interface work without DHCP, execute the following commands:
 
 [source,shell]
 ....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406260051.45Q0pvx3060810>