Date: Thu, 1 Jun 2006 21:32:25 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Jung-uk Kim <jkim@FreeBSD.org> Cc: cvs-src@FreeBSD.org, Kirill Ponomarew <krion@FreeBSD.org>, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find find.1 function.c Message-ID: <20060601212702.X79180@maildrop.int.zabbadoz.net> In-Reply-To: <200606011709.28816.jkim@FreeBSD.org> References: <200605271827.k4RIRf7G078768@repoman.freebsd.org> <200606011709.28816.jkim@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060601212702.X79180>