From fdf734f7f359a4c439e6cdbb3bfa4b91e117a35c Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 12 Apr 2021 15:49:26 +0000 Subject: [PATCH] hexdump: add "hd" program name to man page Signed-off-by: Chris Hofstaedtler Bug-Debian: https://bugs.debian.org/978977 --- text-utils/hexdump.1.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text-utils/hexdump.1.adoc b/text-utils/hexdump.1.adoc index 3198b933fd..4f86576760 100644 --- a/text-utils/hexdump.1.adoc +++ b/text-utils/hexdump.1.adoc @@ -48,6 +48,8 @@ hexdump - display file contents in hexadecimal, decimal, octal, or ascii *hexdump* _options file_ ... +*hd* _options file_ ... + == DESCRIPTION The *hexdump* utility is a filter which displays the specified files, or standard input if no files are specified, in a user-specified format. -- 2.47.2