vm_map: drop vm_map_simplify_entry.9
A change in 2019 removed the function vm_map_simplify_entry(), but failed
to remove the manual page that documents it. As that was an internal
function not meant to be used outside the kernel, the manual page is
dropped, and a new manual page for the function that replaced it is
not added.
Reported by: pfg
Reviewed by: alc
Fixes: 83ea714f4f ("vm_map_simplify_entry considers merging")
Differential Revision: https://reviews.freebsd.org/D50861
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20250615: don't install man page for absent function
|
||||
OLD_FILES+=usr/share/man/man9/vm_map_simplify_entry.9.gz
|
||||
|
||||
# 20250521: don't install zoneinfo version
|
||||
OLD_FILES+=usr/share/zoneinfo/version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user