From 2a993211653ff0a4aa7c38661ce0fc04a0a415e8 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 4 Mar 2013 02:21:06 +0000 Subject: Fix typo ('1' != 'l') PR: bin/175975 Submitted by: William Ahern Approved by: cperciva (mentor) --- usr.bin/hexdump/conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/hexdump') diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 2253dff..8ba1311 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", }; -- cgit v1.1