The branch stable/14 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=51ffffe9be917a001dd61be91464aa4aad8f7d84
commit 51ffffe9be917a001dd61be91464aa4aad8f7d84 Author: Eugene Grosbein <[email protected]> AuthorDate: 2026-03-04 07:29:26 +0000 Commit: Eugene Grosbein <[email protected]> CommitDate: 2026-03-11 07:21:45 +0000 me.4: MFC: link if_me kernel module to its manual page. (cherry picked from commit 46ba263d6eeb1c6029841b4c42f54912ad61de5c) --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 2db6e350a401..eba7fe341c8a 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -722,6 +722,7 @@ MLINKS+=lge.4 if_lge.4 MLINKS+=lo.4 loop.4 MLINKS+=lp.4 plip.4 MLINKS+=malo.4 if_malo.4 +MLINKS+=me.4 if_me.4 MLINKS+=mem.4 kmem.4 MLINKS+=mfi.4 mfi_linux.4 \ mfi.4 mfip.4
