Bug 252952

Summary: vm_map_protect manual page requires an update after 0659df6faddfb27ba54a2cae2a12552cf4f823a0
Product: Documentation Reporter: Mateusz Piotrowski <0mp>
Component: Manual PagesAssignee: Konstantin Belousov <kib>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, felix.the.red, kib, markj
Priority: --- Keywords: needs-patch
Version: Latest   
Hardware: Any   
OS: Any   

Description Mateusz Piotrowski freebsd_committer freebsd_triage 2021-01-23 19:38:46 UTC

    
Comment 1 Felix Johnson freebsd_triage 2021-10-02 01:51:05 UTC
The function signature for vm_map_protect changed, and new constants were added.

vm_map_protect(9) was updated with commit:
https://cgit.freebsd.org/src/commit/share/man/man9/vm_map_protect.9?id=ee55e19a79429fe8505ae37d561eccb38d5fa6b8

Can we close this PR?
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2021-10-02 02:10:47 UTC
(In reply to Felix Johnson from comment #1)
Yes, the commit you linked indeed syncs the man page with the recent KPI changes.  I think there is nothing left to do.