aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2005-06-10 17:16:16 +0000
committerHiten Pandya <hmp@FreeBSD.org>2005-06-10 17:16:16 +0000
commit27c3fa33d94dd4a09b5cb3be802dd63f05e4de51 (patch)
treeac2cd6ad566d929000b5f591aeab3af48e75fb55 /share/man/man9/Makefile
parente5d54f7733afdcea5367ab271b625da625a355d8 (diff)
downloadsrc-27c3fa33d94dd4a09b5cb3be802dd63f05e4de51.tar.gz
src-27c3fa33d94dd4a09b5cb3be802dd63f05e4de51.zip
Add manual page for newly added pmap_page_init(9) function, part of the
PMAP KPI. Reviewed-by: alc
Notes
Notes: svn path=/head/; revision=147259
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 5fe88330846f..ba8da1af5aa6 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -172,6 +172,7 @@ MAN= accept_filter.9 \
pmap_mincore.9 \
pmap_object_init_pt.9 \
pmap_page_exists_quick.9 \
+ pmap_page_init.9 \
pmap_page_protect.9 \
pmap_pinit.9 \
pmap_qenter.9 \