There's a closed pull request on the void-packages repository bpftrace: the man pages does not clash any more https://github.com/void-linux/void-packages/pull/42514 Description: The man pages for bpftrace does not clash with bcc-tools man pages any more. Tagging the maintainer @leahneukirchen #### Testing the changes - I tested the changes in this PR: **YES** - Validation of the built package man pages against bcc-tools: ``` ❯ xbps-query -f bpftrace | grep man8 | grep -v '\.bt\.' /usr/share/man/man8/bpftrace.8 ❯ xbps-query -f bcc-tools | grep man8 | grep 'bpftrace' ❯ xbps-query -f bpftrace | grep man8 | grep '\.bt\.' /usr/share/man/man8/bashreadline.bt.8 /usr/share/man/man8/biolatency.bt.8 /usr/share/man/man8/biosnoop.bt.8 /usr/share/man/man8/biostacks.bt.8 /usr/share/man/man8/bitesize.bt.8 /usr/share/man/man8/capable.bt.8 /usr/share/man/man8/cpuwalk.bt.8 /usr/share/man/man8/dcsnoop.bt.8 /usr/share/man/man8/execsnoop.bt.8 /usr/share/man/man8/gethostlatency.bt.8 /usr/share/man/man8/killsnoop.bt.8 /usr/share/man/man8/loads.bt.8 /usr/share/man/man8/mdflush.bt.8 /usr/share/man/man8/naptime.bt.8 /usr/share/man/man8/oomkill.bt.8 /usr/share/man/man8/opensnoop.bt.8 /usr/share/man/man8/pidpersec.bt.8 /usr/share/man/man8/runqlat.bt.8 /usr/share/man/man8/runqlen.bt.8 /usr/share/man/man8/setuids.bt.8 /usr/share/man/man8/ssllatency.bt.8 /usr/share/man/man8/sslsnoop.bt.8 /usr/share/man/man8/statsnoop.bt.8 /usr/share/man/man8/swapin.bt.8 /usr/share/man/man8/syncsnoop.bt.8 /usr/share/man/man8/syscount.bt.8 /usr/share/man/man8/tcpaccept.bt.8 /usr/share/man/man8/tcpconnect.bt.8 /usr/share/man/man8/tcpdrop.bt.8 /usr/share/man/man8/tcplife.bt.8 /usr/share/man/man8/tcpretrans.bt.8 /usr/share/man/man8/tcpsynbl.bt.8 /usr/share/man/man8/threadsnoop.bt.8 /usr/share/man/man8/undump.bt.8 /usr/share/man/man8/vfscount.bt.8 /usr/share/man/man8/vfsstat.bt.8 /usr/share/man/man8/writeback.bt.8 /usr/share/man/man8/xfsdist.bt.8 ❯ xbps-query -f bcc-tools | grep man8 | grep '\.bt\.' ❯ ``` - bcc-tools can be cleanly installed alongside bpftrace #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc)