Re: git: b81213245530 - main - man9: add vm_map_unwire link
Date: Sat, 19 Nov 2022 13:49:29 UTC
Ed Maste wrote: > The branch main has been updated by emaste: > > URL: https://cgit.FreeBSD.org/src/commit/?id=b8121324553079ba16bdb0679a636cdd75c4ad61 > > commit b8121324553079ba16bdb0679a636cdd75c4ad61 > Author: Ed Maste <emaste@FreeBSD.org> > AuthorDate: 2022-11-17 15:15:26 +0000 > Commit: Ed Maste <emaste@FreeBSD.org> > CommitDate: 2022-11-17 15:17:52 +0000 > > man9: add vm_map_unwire link > > Reported by: markj (in D37416) > Sponsored by: The FreeBSD Foundation > --- > share/man/man9/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile > index 3d4a5b2b32d8..e651172be7eb 100644 > --- a/share/man/man9/Makefile > +++ b/share/man/man9/Makefile > @@ -2352,6 +2352,7 @@ MLINKS+=vm_map_lookup.9 vm_map_lookup_done.9 > MLINKS+=vm_map_max.9 vm_map_min.9 \ > vm_map_max.9 vm_map_pmap.9 > MLINKS+=vm_map_stack.9 vm_map_growstack.9 > +MLINKS+=vm_map_wire.9 vm_map_unwire.9 > MLINKS+=vm_page_alloc.9 vm_page_alloc_after.9 \ > vm_page_alloc.9 vm_page_alloc_contig.9 \ > vm_page_alloc.9 vm_page_alloc_contig_domain.9 \ > Looks like it's still listed in ObsoleteFiles.inc and gets removed by delete-old target: >>> Removing old files (only deletes safe to delete libs) remove /usr/share/man/man9/vm_map_unwire.9.gz?