From owner-freebsd-current@FreeBSD.ORG Sun Jan 29 21:38:04 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3CF11065678 for ; Sun, 29 Jan 2012 21:38:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 48E0D8FC1B for ; Sun, 29 Jan 2012 21:38:02 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA06418; Sun, 29 Jan 2012 23:38:00 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RrcRk-000KFW-IU; Sun, 29 Jan 2012 23:38:00 +0200 Message-ID: <4F25BC37.6020303@FreeBSD.org> Date: Sun, 29 Jan 2012 23:37:59 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Jilles Tjoelker References: <4F25B51D.4090207@FreeBSD.org> <20120129213648.GB97754@stack.nl> In-Reply-To: <20120129213648.GB97754@stack.nl> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD current Subject: Re: stray symbol in hd's output? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 21:38:04 -0000 on 29/01/2012 23:36 Jilles Tjoelker said the following: > On Sun, Jan 29, 2012 at 11:07:41PM +0200, Andriy Gapon wrote: >> Does the following look familiar to anybody (note the stray 'n')? > >> $ dd if=/dev/zero bs=1 count=1 | hd >> 1+0 records in >> 1+0 records out >> 1 bytes transferred in 0.000043 secs (23302 bytes/sec) >> 00000000 00 |.| >> n00000001 > > Yes, this was broken by r229794 (Jan 7) and repaired again by r230649 > (yesterday). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=144722 Ah, thank you! For both the information and the fix. -- Andriy Gapon