summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/hexdump.1
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-02-18 19:06:30 +0000
committergavin <gavin@FreeBSD.org>2010-02-18 19:06:30 +0000
commit85e2a7ac9f172d2925aa6124a9c41bc1af6139a2 (patch)
treecb90ec371b01a6c9c8470ce21909f24e2df51b8a /usr.bin/hexdump/hexdump.1
parentad89e830942a652d606d2b5b5e5faa8e745da480 (diff)
downloadFreeBSD-src-85e2a7ac9f172d2925aa6124a9c41bc1af6139a2.zip
FreeBSD-src-85e2a7ac9f172d2925aa6124a9c41bc1af6139a2.tar.gz
The correct value of DEL is 0x7f, not 0xff. This is purely a documentation
issue - od(1) and hexdump(1) behave as expected. PR: docs/143869 Submitted by: gcooper MFC after: 2 weeks
Diffstat (limited to 'usr.bin/hexdump/hexdump.1')
-rw-r--r--usr.bin/hexdump/hexdump.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 4d8c2da..baf9d46 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -32,7 +32,7 @@
.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd July 10, 2004
+.Dd February 18, 2010
.Dt HEXDUMP 1
.Os
.Sh NAME
@@ -258,7 +258,7 @@ strings.
.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1
.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB
.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS
-.It "\&01E\ RS\t01F\ US\t0FF\ DEL
+.It "\&01E\ RS\t01F\ US\t07F\ DEL
.El
.El
.Pp
OpenPOWER on IntegriCloud