The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=46ba263d6eeb1c6029841b4c42f54912ad61de5c
commit 46ba263d6eeb1c6029841b4c42f54912ad61de5c Author: Eugene Grosbein <[email protected]> AuthorDate: 2026-03-04 07:29:26 +0000 Commit: Eugene Grosbein <[email protected]> CommitDate: 2026-03-04 07:29:26 +0000 me.4: link if_me kernel module to its manual page. MFC after: 1 week --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 07320734210b..7612bead9580 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -761,6 +761,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
