Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2024 01:53:30 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a67e5e7c9832 - main - pmap: Reflect 1f1b228 in man page
Message-ID:  <202402040153.4141rUvU066260@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a67e5e7c9832a4017e97495ec9ff1d6d4f392ca6

commit a67e5e7c9832a4017e97495ec9ff1d6d4f392ca6
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2024-02-04 01:10:16 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-02-04 01:10:22 +0000

    pmap: Reflect 1f1b228 in man page
    
    Fixes:  1f1b2286fd5a ("pmap: Convert boolean_t to bool.")
    Differential Revision: https://reviews.freebsd.org/D43729
---
 share/man/man9/pmap_page_exists_quick.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/pmap_page_exists_quick.9 b/share/man/man9/pmap_page_exists_quick.9
index 7d4c12353aeb..030d0e1fdddd 100644
--- a/share/man/man9/pmap_page_exists_quick.9
+++ b/share/man/man9/pmap_page_exists_quick.9
@@ -46,13 +46,13 @@ It is typically called from the VM paging code.
 .Sh IMPLEMENTATION NOTES
 The PV count used above may be changed upwards or downwards in future;
 it is only necessary that
-.Dv TRUE
+.Dv true
 be returned for a small subset of pmaps for proper page aging.
 .Sh RETURN VALUES
 The
 .Fn pmap_page_exists_quick
 returns
-.Dv TRUE
+.Dv true
 only if the PV entry for the physical map
 .Fa pmap
 is one of the first 16 PVs linked from the page



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402040153.4141rUvU066260>