cvs commit: src/usr.bin/find find.1 function.c
Bjoern A. Zeeb
bzeeb-lists at lists.zabbadoz.net
Thu Jun 1 21:33:13 UTC 2006
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
More information about the cvs-src
mailing list