aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2023-08-03 19:49:12 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2023-08-03 19:49:12 +0000
commit7bcdbacf8437ea710f2e7526f225ffa36e504d29 (patch)
tree03e4ee6b7bd55168ffb1b47ee161b73e69a9d018
parentf12952eaeeba706725d888a46ff24baa2ac420d7 (diff)
downloadsrc-7bcdbacf8437ea710f2e7526f225ffa36e504d29.tar.gz
src-7bcdbacf8437ea710f2e7526f225ffa36e504d29.zip
em(4): add link to lem(4)
-rw-r--r--share/man/man4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 6abe9375e606..047f3b1aeba7 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