https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289683
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #1 from Mark Johnston <[email protected]> --- 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.
