Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2025 06:27:51 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 73a78c2dc99a - main - ifnet.9: Fix a typo in the manual page
Message-ID:  <202510270627.59R6RpHZ039142@gitrepo.freebsd.org>

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

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

commit 73a78c2dc99a3942d8e503c62537d2f3838a6954
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:45:28 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:27 +0000

    ifnet.9: Fix a typo in the manual page
    
    - s/addess/address/
    
    MFC after:      5 days
---
 share/man/man9/ifnet.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 3c45e4f29e2d..e81c2990c13c 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -482,7 +482,7 @@ This is initialized by driver at attach.
 .It Fn if_getaddrlen
 .It Fn if_gethwaddr
 .It Fn if_getbroadcastaddr Fn if_setbroadcastaddr
-Access the interface broadcast addess.
+Access the interface broadcast address.
 .It Fn if_setmtu
 .It Fn if_getmtu
 Access the interface MTU.



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