From owner-freebsd-current@FreeBSD.ORG Sun Jan 29 21:07:46 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 4CD50106564A for ; Sun, 29 Jan 2012 21:07:46 +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 7EA8E8FC13 for ; Sun, 29 Jan 2012 21:07:45 +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 XAA06192 for ; Sun, 29 Jan 2012 23:07:43 +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 1RrbyR-000KEQ-El for freebsd-current@freebsd.org; Sun, 29 Jan 2012 23:07:43 +0200 Message-ID: <4F25B51D.4090207@FreeBSD.org> Date: Sun, 29 Jan 2012 23:07:41 +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: FreeBSD current X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: 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:07:46 -0000 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 -- Andriy Gapon