git: 78a7882cb1c1 - stable/13 - em(4): add link to lem(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 20:12:23 UTC
The branch stable/13 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=78a7882cb1c1dd4d970a82c88f5095f94c097f3f commit 78a7882cb1c1dd4d970a82c88f5095f94c097f3f Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2023-08-03 19:49:12 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2023-08-03 20:10:20 +0000 em(4): add link to lem(4) (cherry picked from commit 7bcdbacf8437ea710f2e7526f225ffa36e504d29) --- 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 a8064d12fc0d..ae3d35d7f6fa 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -680,7 +680,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