aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:45:28 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-27 06:27:27 +0000
commit73a78c2dc99a3942d8e503c62537d2f3838a6954 (patch)
tree78319a5dbb4c240c112874727a1204c5ca792751
parent576e735efb85cae5213621981ed33ced8878a352 (diff)
ifnet.9: Fix a typo in the manual page
- s/addess/address/ MFC after: 5 days
-rw-r--r--share/man/man9/ifnet.92
1 files changed, 1 insertions, 1 deletions
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.