pmap: Reflect commit 1f1b228 in man page

Reviewed by:	mhorne
Fixes:		1f1b2286fd ("pmap: Convert boolean_t to bool.")
Differential Revision:	https://reviews.freebsd.org/D43722
This commit is contained in:
Minsoo Choo 2024-02-03 13:41:22 -05:00 committed by Mark Johnston
parent 49619f7315
commit f846c5b346
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
.In sys/param.h
.In vm/vm.h
.In vm/pmap.h
.Ft boolean_t
.Ft bool
.Fn pmap_is_modified "vm_page_t m"
.Ft int
.Fn pmap_ts_referenced "vm_page_t m"

View file

@ -33,7 +33,7 @@
.In sys/param.h
.In vm/vm.h
.In vm/pmap.h
.Ft boolean_t
.Ft bool
.Fn pmap_is_prefaultable "pmap_t pmap" "vm_offset_t va"
.Sh DESCRIPTION
The

View file

@ -33,7 +33,7 @@
.In sys/param.h
.In vm/vm.h
.In vm/pmap.h
.Ft boolean_t
.Ft bool
.Fn pmap_page_exists_quick "pmap_t pmap" "vm_page_t m"
.Sh DESCRIPTION
The