The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=822afa2bc93c715f5b7d16c2d465762bcf04d634
commit 822afa2bc93c715f5b7d16c2d465762bcf04d634 Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-08-15 16:40:30 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-05 22:04:04 +0000 hv_netvsc.4: Fix hn(4) mlink typo MFC after: 3 days Fixes: e47939b3b1106 (hn: fix build on !x86) (cherry picked from commit 429152cb04e4efdb37437fb2b76fbcfd1ad043ab) --- share/man/man4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 969afafc6a63..2db6e350a401 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -819,7 +819,7 @@ _cpuctl.4= cpuctl.4 _dpms.4= dpms.4 _ftgpio.4= ftgpio.4 _ftwd.4= ftwd.4 -_hn.4= _hn.4 +_hn.4= hn.4 _hpt27xx.4= hpt27xx.4 _hptiop.4= hptiop.4 _hptmv.4= hptmv.4
