summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-04 02:21:06 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-04 02:21:06 +0000
commit240299864c6e3a66cf8ef29524bbbd3af15148c1 (patch)
treefab69dd36b357afd0290508027ab553592a8fe7f /usr.bin/hexdump
parentfd9593d55a629a43716085e9aa1579d5c6eecdd0 (diff)
downloadsrc-test2-240299864c6e3a66cf8ef29524bbbd3af15148c1.tar.gz
src-test2-240299864c6e3a66cf8ef29524bbbd3af15148c1.zip
Notes
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c
index 2253dff5491c..8ba131141053 100644
--- a/usr.bin/hexdump/conv.c
+++ b/usr.bin/hexdump/conv.c
@@ -151,7 +151,7 @@ conv_u(PR *pr, u_char *p)
static char const * 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",
};