From owner-cvs-src@FreeBSD.ORG Thu Jun 1 21:33:08 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA97916BB48; Thu, 1 Jun 2006 21:33:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715DD43D45; Thu, 1 Jun 2006 21:33:07 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 858441FFACC; Thu, 1 Jun 2006 23:33:05 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 186EA1FFACA; Thu, 1 Jun 2006 23:33:02 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id D26964448D6; Thu, 1 Jun 2006 21:32:27 +0000 (UTC) Date: Thu, 1 Jun 2006 21:32:25 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Jung-uk Kim In-Reply-To: <200606011709.28816.jkim@FreeBSD.org> Message-ID: <20060601212702.X79180@maildrop.int.zabbadoz.net> References: <200605271827.k4RIRf7G078768@repoman.freebsd.org> <200606011709.28816.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find find.1 function.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 21:33:13 -0000 On Thu, 1 Jun 2006, Jung-uk Kim wrote: > On Saturday 27 May 2006 02:27 pm, Kirill Ponomarew wrote: >> krion 2006-05-27 18:27:41 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/find find.1 function.c >> Log: >> Add the capability for a trailing scale indicator to cause the >> specified size to be read in the more familiar units of >> kilobytes, megabytes, gigabytes, terabytes and petabytes. >> > off_t may not be long long. I think you should do something like the > attached patch and you may just remove the comments. These names are wrong anyway. What you have are 2^10^{1,2,3,4,5} and that is {kibi,mebi,gibi,tebi,pebi}bytes [1]. [1] http://physics.nist.gov/cuu/Units/binary.html -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT