[Bug 289683] OS installation with legacy files: results of 'man -k' are incomplete
Date: Fri, 19 Sep 2025 16:21:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289683
Dag-Erling Smørgrav <des@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |des@FreeBSD.org
--- Comment #2 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
mandoc.db is generated as part of the afterinstall target in etc/Makefile. It
seems this runs earlier now than it used to, so it doesn't see the full set of
manual pages. I wasn't able to find out when exactly the order changed, but
14.3 does not have this issue. The easiest solution is probably to move this
logic out of etc/Makefile and into Makefile.inc1.
--
You are receiving this mail because:
You are the assignee for the bug.