From owner-freebsd-current@FreeBSD.ORG Mon Apr 14 03:24:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD62B37B401; Mon, 14 Apr 2003 03:24:49 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA2D43FB1; Mon, 14 Apr 2003 03:24:48 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3EAOlkX038043; Mon, 14 Apr 2003 14:24:47 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3EAOlEt038039; Mon, 14 Apr 2003 14:24:47 +0400 (MSD) Date: Mon, 14 Apr 2003 14:24:46 +0400 From: "Andrey A. Chernov" To: Christoph Kukulies , das@freebsd.org Message-ID: <20030414102446.GA37148@nagual.pp.ru> References: <200304141005.h3EA5GM01835@accms33.physik.rwth-aachen.de> <20030414101152.GA29163@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030414101152.GA29163@nagual.pp.ru> User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: df displays 0. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 14 Apr 2003 10:24:50 -0000 On Mon, Apr 14, 2003 at 14:11:52 +0400, Andrey A. Chernov wrote: > On Mon, Apr 14, 2003 at 12:05:16 +0200, Christoph Kukulies wrote: > > > /dev/ad0s1e 257838 22 237190 0.% /tmp > > Looks like new printf error. Test program: main() { (void)printf(" %5.0f%%\n", (double)0.1); }