Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146658553
D43722.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D43722.diff
View Options
diff --git a/share/man/man9/pmap_is_modified.9 b/share/man/man9/pmap_is_modified.9
--- a/share/man/man9/pmap_is_modified.9
+++ b/share/man/man9/pmap_is_modified.9
@@ -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"
diff --git a/share/man/man9/pmap_is_prefaultable.9 b/share/man/man9/pmap_is_prefaultable.9
--- a/share/man/man9/pmap_is_prefaultable.9
+++ b/share/man/man9/pmap_is_prefaultable.9
@@ -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
diff --git a/share/man/man9/pmap_page_exists_quick.9 b/share/man/man9/pmap_page_exists_quick.9
--- a/share/man/man9/pmap_page_exists_quick.9
+++ b/share/man/man9/pmap_page_exists_quick.9
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 12:01 PM (16 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29284087
Default Alt Text
D43722.diff (1 KB)
Attached To
Mode
D43722: pmap: Reflect 1f1b228 in man page
Attached
Detach File
Event Timeline
Log In to Comment