diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ac936aebb574..9242d37a62fd 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20240112: remove pmap_pinit2() +OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz + # 20240112: replaced NetBSD tests for uniq with our own OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 6bc814334f5d..8ec1f06a50ed 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1813,8 +1813,7 @@ MLINKS+=pmap_extract.9 pmap_extract_and_hold.9 MLINKS+=pmap_kextract.9 vtophys.9 MLINKS+=pmap_init.9 pmap_init2.9 MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9 -MLINKS+=pmap_pinit.9 pmap_pinit0.9 \ - pmap_pinit.9 pmap_pinit2.9 +MLINKS+=pmap_pinit.9 pmap_pinit0.9 MLINKS+=pmap_qenter.9 pmap_qremove.9 MLINKS+=pmap_quick_enter_page.9 pmap_quick_remove_page.9 MLINKS+=pmap_remove.9 pmap_remove_all.9 \ diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9 index db27fe880afc..5672dbe6b71d 100644 --- a/share/man/man9/pmap.9 +++ b/share/man/man9/pmap.9 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 30, 2016 +.Dd January 12, 2024 .Dt PMAP 9 .Os .Sh NAME @@ -105,7 +105,6 @@ operation. .Xr pmap_page_init 9 , .Xr pmap_pinit 9 , .Xr pmap_pinit0 9 , -.Xr pmap_pinit2 9 , .Xr pmap_protect 9 , .Xr pmap_qenter 9 , .Xr pmap_qremove 9 , diff --git a/share/man/man9/pmap_pinit.9 b/share/man/man9/pmap_pinit.9 index b90f30cbc72b..8ef16a69e5fe 100644 --- a/share/man/man9/pmap_pinit.9 +++ b/share/man/man9/pmap_pinit.9 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 21, 2003 +.Dd January 12, 2024 .Dt PMAP_PINIT 9 .Os .Sh NAME @@ -52,11 +52,6 @@ The function initializes the physical map .Fa pm , associated with process 0, the first process created in the system. -.Sh IMPLEMENTATION NOTES -The -.Fn pmap_pinit2 -function has been deprecated, and should be implemented as a stub -until further notice. .Sh SEE ALSO .Xr pmap 9 , .Xr pmap_growkernel 9