From owner-freebsd-current@FreeBSD.ORG Sun Jan 29 21:36:52 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 0D036106564A; Sun, 29 Jan 2012 21:36:52 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay04.stack.nl [IPv6:2001:610:1108:5010::107]) by mx1.freebsd.org (Postfix) with ESMTP id 352CB8FC19; Sun, 29 Jan 2012 21:36:51 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id A954A1DDAA4; Sun, 29 Jan 2012 22:36:48 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 900B428468; Sun, 29 Jan 2012 22:36:48 +0100 (CET) Date: Sun, 29 Jan 2012 22:36:48 +0100 From: Jilles Tjoelker To: Andriy Gapon Message-ID: <20120129213648.GB97754@stack.nl> References: <4F25B51D.4090207@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F25B51D.4090207@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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:36:52 -0000 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 -- Jilles Tjoelker