Date: Fri, 15 Aug 2025 16:58:52 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 429152cb04e4 - main - hv_netvsc.4: Fix hn(4) mlink typo Message-ID: <202508151658.57FGwqgO078527@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=429152cb04e4efdb37437fb2b76fbcfd1ad043ab commit 429152cb04e4efdb37437fb2b76fbcfd1ad043ab Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-08-15 16:40:30 +0000 Commit: Alexander Ziaee <ziaee@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508151658.57FGwqgO078527>