aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wing <rew@FreeBSD.org>2024-01-12 17:29:15 +0000
committerRobert Wing <rew@FreeBSD.org>2024-01-12 17:29:15 +0000
commitc8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5 (patch)
treedf4234098cf29e641ce64e49a245f764a4f50cc6
parent60b2e2d3ee82b1aa58bdca2697ea3dd25b903102 (diff)
downloadsrc-c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5.tar.gz
src-c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5.zip
pmap_init(9): drop MLINKS reference
fix the build
-rw-r--r--share/man/man9/Makefile1
1 files changed, 0 insertions, 1 deletions
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