Date: Sat, 13 Jan 2024 02:30:47 GMT From: Robert Wing <rew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c8328f1a7b6e - main - pmap_init(9): drop MLINKS reference Message-ID: <202401130230.40D2UlxW071916@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5 commit c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5 Author: Robert Wing <rew@FreeBSD.org> AuthorDate: 2024-01-12 17:29:15 +0000 Commit: Robert Wing <rew@FreeBSD.org> CommitDate: 2024-01-12 17:29:15 +0000 pmap_init(9): drop MLINKS reference fix the build --- share/man/man9/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 276662568088..863963d24474 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1811,7 +1811,6 @@ MLINKS+=PHOLD.9 PRELE.9 \ MLINKS+=pmap_copy.9 pmap_copy_page.9 MLINKS+=pmap_extract.9 pmap_extract_and_hold.9 MLINKS+=pmap_kextract.9 vtophys.9 -MLINKS+=pmap_init.9 MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9 MLINKS+=pmap_pinit.9 pmap_pinit0.9 MLINKS+=pmap_qenter.9 pmap_qremove.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130230.40D2UlxW071916>