Module Name:    src
Committed By:   mbalmer
Date:           Sat Feb 27 10:45:23 UTC 2010

Modified Files:
        src/usr.bin/hexdump: hexdump.1

Log Message:
DEL is 0x7F, not 0xFF.  From FreeBSD via OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/hexdump/hexdump.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/hexdump/hexdump.1
diff -u src/usr.bin/hexdump/hexdump.1:1.19 src/usr.bin/hexdump/hexdump.1:1.20
--- src/usr.bin/hexdump/hexdump.1:1.19	Wed Oct 14 17:44:59 2009
+++ src/usr.bin/hexdump/hexdump.1	Sat Feb 27 10:45:23 2010
@@ -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 @@
 .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

Reply via email to