From 73a78c2dc99a3942d8e503c62537d2f3838a6954 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 26 Oct 2025 16:45:28 +0100 Subject: [PATCH] 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 3c45e4f29e2..e81c2990c13 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.