diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:45:28 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:27 +0000 |
| commit | 73a78c2dc99a3942d8e503c62537d2f3838a6954 (patch) | |
| tree | 78319a5dbb4c240c112874727a1204c5ca792751 | |
| parent | 576e735efb85cae5213621981ed33ced8878a352 (diff) | |
ifnet.9: Fix a typo in the manual page
- s/addess/address/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/ifnet.9 | 2 |
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. |
