Date: Wed, 10 Mar 2010 13:42:37 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r204952 - stable/7/usr.bin/hexdump Message-ID: <201003101342.o2ADgb6h052979@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Wed Mar 10 13:42:37 2010 New Revision: 204952 URL: http://svn.freebsd.org/changeset/base/204952 Log: Merge r204053 from head: 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 Modified: stable/7/usr.bin/hexdump/hexdump.1 stable/7/usr.bin/hexdump/od.1 Directory Properties: stable/7/usr.bin/hexdump/ (props changed) Modified: stable/7/usr.bin/hexdump/hexdump.1 ============================================================================== --- stable/7/usr.bin/hexdump/hexdump.1 Wed Mar 10 13:40:37 2010 (r204951) +++ stable/7/usr.bin/hexdump/hexdump.1 Wed Mar 10 13:42:37 2010 (r204952) @@ -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 Modified: stable/7/usr.bin/hexdump/od.1 ============================================================================== --- stable/7/usr.bin/hexdump/od.1 Wed Mar 10 13:40:37 2010 (r204951) +++ stable/7/usr.bin/hexdump/od.1 Wed Mar 10 13:42:37 2010 (r204952) @@ -32,7 +32,7 @@ .\" @(#)od.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd December 24, 2006 +.Dd February 18, 2010 .Os .Dt OD 1 .Sh NAME @@ -155,7 +155,7 @@ Control characters are displayed using t .It "00c FF 00d CR 00e SO 00f SI 010 DLE 011 DC1" .It "012 DC2 013 DC3 014 DC4 015 NAK 016 SYN 017 ETB" .It "018 CAN 019 EM 01a SUB 01b ESC 01c FS 01d GS" -.It "01e RS 01f US 020 SP 0ff DEL" +.It "01e RS 01f US 020 SP 07f DEL" .El .It Cm c Characters in the default character set.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003101342.o2ADgb6h052979>