summaryrefslogtreecommitdiff
path: root/lib/libutil/humanize_number.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Take the lastest fixes from NetBSD.Pawel Jakub Dawidek2004-09-281-63/+51
| | | | | | | Approved by: re (scottl) Notes: svn path=/stable/5/; revision=135898
* Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-241-0/+160
readable form. Obtained from: NetBSD Notes: svn path=/head/; revision=129677