According to v2.37-ReleaseNotes: Release highlights ------------------ [...] hexdump(1) automatically uses -C when called as "hd". [...] Changes between v2.36 and v2.37 ------------------------------- [...] hexdump: - add "hd" program name to man page [Chris Hofstaedtler] - automatically use -C when called as hd [Chris Hofstaedtler] [...] The hd program name is also documented in the hexdump(1) manpage, which says for the -C, --canonical option: "Invoking the program as hd implies this option." I suggest to install a /usr/bin/hd -> hexdump symlink. According to pfl this shouldn't cause any collisions. Alternatively, text-utils/hexdump.1.adoc should be patched so that it doesn't mention hd.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daee7b2891e51fc218016d7363b654276c15d86e commit daee7b2891e51fc218016d7363b654276c15d86e Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2024-03-05 12:17:16 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2024-03-05 15:40:05 +0000 sys-apps/util-linux: Allow hexdump to be invoked as hd hexdump(1) automatically uses -C when called as "hd". Closes: https://bugs.gentoo.org/926091 Signed-off-by: Ulrich Müller <ulm@gentoo.org> sys-apps/util-linux/util-linux-2.39.3-r3.ebuild | 411 ++++++++++++++++++++++++ sys-apps/util-linux/util-linux-9999.ebuild | 3 + 2 files changed, 414 insertions(+)