summaryrefslogtreecommitdiff
path: root/lib/libutil/fmt_scaled.3
AgeCommit message (Collapse)Author
2003-06-02- section reorderJason McIntyre
- clean up .Xr's
2003-05-15New: fmt_scaled() and scan_scaled() convert to and from "human readable"Ian Darwin
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@.