History log of /freebsd-9.3-release/lib/libutil/humanize_number.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 220582 12-Apr-2011 delphij

Add support for IEE/IEC (and now also SI) power of two notions of
prefixes (Ki, Mi, Gi...) for humanize_number(3).

Note that applications has to pass HN_IEC_PREFIXES to use this
feature for backward compatibility reasons.

Reviewed by: arundel
MFC after: 2 weeks


# 219850 21-Mar-2011 gjb

s/buffer/buf as is used in the code.

Submitted by: arundel (via doc@)
MFC after: 3 days


# 204587 02-Mar-2010 joel

The NetBSD Foundation has granted permission to remove clause 3 and 4 from
their software.

Obtained from: NetBSD


# 172381 28-Sep-2007 obrien

Adjust history.

Approved by: re(ken)


# 172048 05-Sep-2007 pjd

Point expand_number(3) at humanize_number(3) and nive versa.

Suggested by: trhodes
Approved by: re (kensmith)


# 162385 17-Sep-2006 ru

Markup fixes.


# 160389 15-Jul-2006 imp

Note the convention that humanize_number follows.
Add 'engineering' numbers to table.


# 144863 10-Apr-2005 delphij

Remove duplicated "bytes".

Submitted by: Wojciech A. Koszek [dunstan freebsd czest pl]
PR: 79747


# 135820 26-Sep-2004 pjd

Backout manual page updates.

Requested by: ru


# 135792 25-Sep-2004 pjd

Take the lastest fixes from NetBSD.

Obtained from: NetBSD


# 135317 16-Sep-2004 pjd

There is no such manual page in FreeBSD.


# 131759 07-Jul-2004 ru

Markup fixes.


# 129733 25-May-2004 pjd

Humanize_number(3) is a part of libutil.


# 129730 25-May-2004 trhodes

You want to include libutil.h, not util.h.
Some minor sentence tweaking.


# 129677 24-May-2004 pjd

Add humanize_number(3) to libutil for formating numbers into a human
readable form.

Obtained from: NetBSD