Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 19:50:11 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7bcdbacf8437 - main - em(4): add link to lem(4)
Message-ID:  <202308031950.373JoBpb058788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308031950.373JoBpb058788>