git: 7bcdbacf8437 - main - em(4): add link to lem(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 19:50:11 UTC
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=7bcdbacf8437ea710f2e7526f225ffa36e504d29
commit 7bcdbacf8437ea710f2e7526f225ffa36e504d29
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2023-08-03 19:49:12 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-08-03 19:49:12 +0000
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 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