git: 424bf1d5ca5b - main - man9: remove vm_map_unwire from ObsoleteFiles.inc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 14:02:13 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=424bf1d5ca5bdba0597b546ec3931eb05bfabcab commit 424bf1d5ca5bdba0597b546ec3931eb05bfabcab Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-11-19 14:00:58 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-11-19 14:00:58 +0000 man9: remove vm_map_unwire from ObsoleteFiles.inc Fixes: b8121324553079ba ("man9: add vm_map_unwire link") Reported by: yuri --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d1275da927e1..dfabaa2c4014 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -7900,8 +7900,6 @@ OLD_FILES+=usr/bin/mklocale OLD_FILES+=usr/share/man/man1/mklocale.1.gz OLD_FILES+=usr/bin/colldef OLD_FILES+=usr/share/man/man1/colldef.1.gz -# 20190909: vm_map_unwire(9) removed -OLD_FILES+=usr/share/man/man9/vm_map_unwire.9.gz # 20190904: Remove boot1.efifat and gptboot.efifat (which never should have been) OLD_FILES+=boot/boot1.efifat OLD_FILES+=boot/gptboot.efifat