summaryrefslogtreecommitdiffstats
path: root/lib/libutil/fmt_scaled.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* library routines should not be checking for NULL pointers passed in,deraadt2005-10-191-5/+2
| | | | | | and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto
* - section reorderjmc2003-06-021-14/+14
| | | | - clean up .Xr's
* New: fmt_scaled() and scan_scaled() convert to and from "human readable"ian2003-05-151-0/+132
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@.