DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD.
This commit is contained in:
parent
f8f395ea25
commit
945771eda0
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: hexdump.1,v 1.19 2009/10/14 17:44:59 joerg Exp $
|
||||
.\" $NetBSD: hexdump.1,v 1.20 2010/02/27 10:45:23 mbalmer Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" from: @(#)hexdump.1 8.2 (Berkeley) 4/18/94
|
||||
.\"
|
||||
.Dd April 18, 1994
|
||||
.Dd February 27, 2010
|
||||
.Dt HEXDUMP 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -242,7 +242,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
|
||||
|
|
Loading…
Reference in New Issue