'-h'/'-H' functionality.

From: Pawel Jakub Dawidek (pjd_at_FreeBSD.org)
Date: 05/24/04

  • Next message: Bruce M Simpson: "Re: Network Stack Locking"
    Date: Mon, 24 May 2004 13:27:08 +0200
    To: freebsd-arch@freebsd.org
    
    
    

    Hello.

    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?

    -- 
    Pawel Jakub Dawidek                       http://www.FreeBSD.org
    pjd@FreeBSD.org                           http://garage.freebsd.pl
    FreeBSD committer                         Am I Evil? Yes, I Am!
    
    



  • Next message: Bruce M Simpson: "Re: Network Stack Locking"

    Relevant Pages

    • Re: -h/-H functionality.
      ... I want put this functionality to diskinfo, ... NetBSD has a common set of human readable number routines in libc last ...
      (freebsd-arch)
    • Re: -h/-H functionality.
      ... +> OpenBSD put fmt_scaledand scan_scaledinto libutil. ...
      (freebsd-arch)