[Bug 289683] OS installation with legacy files: results of 'man -k' are incomplete
Date: Fri, 19 Sep 2025 15:49:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289683
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj@FreeBSD.org
Status|New |Open
--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
I can reproduce this. In an alpha1 chroot:
# man -k dtrace
dtrace(1) - dynamic tracing compiler and tracing utility
dwatch(1) - watch processes as they trigger a particular DTrace probe
plockstat(1) - Trace pthread lock statistics using DTrace
# strings mandoc.db | grep dtrace
dtrace
man1/dtrace.1.gz
dtrace(1)
dtrace_audit(4)
dtrace_dtrace(4)
dtrace_fbt(4)
dtrace_io(4)
dtrace_ip(4)
dtrace_kinst(4)
dtrace_lockstat(4)
dtrace_proc(4)
dtrace_profile(4)
dtrace_sched(4)
dtrace_sctp(4)
dtrace_tcp(4)
dtrace_udp(4)
dtrace_udplite(4)
/boot/dtrace.dof
/usr/lib/dtrace
dtrace
security.bsd.allow_destructive_dtrace
# pwd
/usr/share/man
# ls -la mandoc.db
-rw-r--r-- 1 root wheel 510076 Sep 6 19:26 mandoc.db
# makewhatis .
# ls -la mandoc.db
-rw-r--r-- 1 root wheel 3295356 Sep 19 15:48 mandoc.db
--
You are receiving this mail because:
You are the assignee for the bug.