From: Chris Hofstaedtler Date: Mon, 12 Apr 2021 15:49:26 +0000 (+0000) Subject: hexdump: add "hd" program name to man page X-Git-Tag: v2.37-rc2~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdf734f7f359a4c439e6cdbb3bfa4b91e117a35c;p=thirdparty%2Futil-linux.git hexdump: add "hd" program name to man page Signed-off-by: Chris Hofstaedtler Bug-Debian: https://bugs.debian.org/978977 --- 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.