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 now, and a new manual page for the function that replaced it is
not added.
This diff only shows the changes to other files to stop mentioning the one being dropped. I don't know how to get "Here is a file being removed" into the diff.
Fixes: 83ea714f4fca ("vm_map_simplify_entry considers merging")