atom feed7 messages in org.freebsd.freebsd-arch'-h'/'-H' functionality.
FromSent OnAttachments
Pawel Jakub DawidekMay 24, 2004 8:34 am 
M. Warner LoshMay 24, 2004 8:57 am 
John BaldwinMay 24, 2004 10:27 am 
Christian WeisgerberMay 25, 2004 6:48 pm 
Pawel Jakub DawidekMay 26, 2004 5:47 am 
Wes PetersMay 27, 2004 1:17 am 
Alexey DokuchaevMay 27, 2004 3:52 am 
Subject:'-h'/'-H' functionality.
From:Pawel Jakub Dawidek (pj@FreeBSD.org)
Date:May 26, 2004 5:47:38 am
List:org.freebsd.freebsd-arch

On Wed, May 26, 2004 at 01:21:05AM +0000, Christian Weisgerber wrote: +> > Code for printing disk sizes in human-readable form exists in du(1) and +> > df(1). It is just copied. I want put this functionality to diskinfo(8), +> > but I don't want to copy it again, so maybe it should be moved to libc +> > or somewhere? +> +> OpenBSD put fmt_scaled(3) and scan_scaled(3) into libutil.

I already committed NetBSD's humanize_number(3).