Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/hexdump DEL is 0x7F, not 0xFF. From FreeBSD via Ope...



details:   https://anonhg.NetBSD.org/src/rev/26a53c7dad49
branches:  trunk
changeset: 752473:26a53c7dad49
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Feb 27 10:45:23 2010 +0000

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

diffstat:

 usr.bin/hexdump/hexdump.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 61bac383aced -r 26a53c7dad49 usr.bin/hexdump/hexdump.1
--- a/usr.bin/hexdump/hexdump.1 Sat Feb 27 09:53:33 2010 +0000
+++ b/usr.bin/hexdump/hexdump.1 Sat Feb 27 10:45:23 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index