From: Karel Zak Date: Mon, 9 Mar 2020 09:54:28 +0000 (+0100) Subject: hexdump: fix typo, dcl instead of dc1 X-Git-Tag: v2.36-rc1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e82a4aaa8be0b8f922c9eb99f5de55f2f1fa00;p=thirdparty%2Futil-linux.git hexdump: fix typo, dcl instead of dc1 Addresses: https://github.com/karelzak/util-linux/issues/976 Signed-off-by: Karel Zak --- diff --git a/text-utils/hexdump-conv.c b/text-utils/hexdump-conv.c index 0c4f15fa08..bd69709841 100644 --- a/text-utils/hexdump-conv.c +++ b/text-utils/hexdump-conv.c @@ -90,7 +90,7 @@ conv_u(struct hexdump_pr *pr, u_char *p) static const char *list[] = { "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel", "bs", "ht", "lf", "vt", "ff", "cr", "so", "si", - "dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb", + "dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb", "can", "em", "sub", "esc", "fs", "gs", "rs", "us", };