Skip to content

Commit a67e5e7

Browse files
fel1x-developermarkjdb
authored andcommitted
pmap: Reflect 1f1b228 in man page
Fixes: 1f1b228 ("pmap: Convert boolean_t to bool.") Differential Revision: https://reviews.freebsd.org/D43729
1 parent 6bd60e1 commit a67e5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/man/man9/pmap_page_exists_quick.9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ It is typically called from the VM paging code.
4646
.Sh IMPLEMENTATION NOTES
4747
The PV count used above may be changed upwards or downwards in future;
4848
it is only necessary that
49-
.Dv TRUE
49+
.Dv true
5050
be returned for a small subset of pmaps for proper page aging.
5151
.Sh RETURN VALUES
5252
The
5353
.Fn pmap_page_exists_quick
5454
returns
55-
.Dv TRUE
55+
.Dv true
5656
only if the PV entry for the physical map
5757
.Fa pmap
5858
is one of the first 16 PVs linked from the page

0 commit comments

Comments
 (0)