From 7bcdbacf8437ea710f2e7526f225ffa36e504d29 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Thu, 3 Aug 2023 12:49:12 -0700 Subject: [PATCH] em(4): add link to lem(4) --- share/man/man4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 6abe9375e60..047f3b1aeba 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -662,7 +662,9 @@ MLINKS+=disc.4 if_disc.4 MLINKS+=edsc.4 if_edsc.4 MLINKS+=em.4 if_em.4 \ em.4 igb.4 \ - em.4 if_igb.4 + em.4 if_igb.4 \ + em.4 lem.4 \ + em.4 if_lem.4 MLINKS+=enc.4 if_enc.4 MLINKS+=epair.4 if_epair.4 MLINKS+=et.4 if_et.4