The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=429152cb04e4efdb37437fb2b76fbcfd1ad043ab

commit 429152cb04e4efdb37437fb2b76fbcfd1ad043ab
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-08-15 16:40:30 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-08-15 16:56:48 +0000

    hv_netvsc.4: Fix hn(4) mlink typo
    
    MFC after:      3 days
    Fixes:          e47939b3b1106 (hn: fix build on !x86)
---
 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 1ba1fe46523e..f93610631bb3 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -846,7 +846,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

Reply via email to