libutil: Remove expand_number(3)
authorJohn Marino <draco@marino.st>
Sun, 9 Feb 2014 20:10:05 +0000 (21:10 +0100)
committerJohn Marino <draco@marino.st>
Sun, 9 Feb 2014 20:15:22 +0000 (21:15 +0100)
commit20c13e267005bb42b5df1e0c9ea9e7ad3499b24c
tree87e430b52123a64efb297a64e08df359c0e2279d
parentae071d8dadb0509212ac1489ff7c7ed9c6faba0e
libutil: Remove expand_number(3)

This new function is functionally identical to dehumanize_number(3).
There is no apparently benefit to have two implementations so I am
removing the new one which is not used anywhere.  The manpage was never
hooked into the build (a mistake) so removing it leaves no leftovers.

At the same time, restore the humanize_number man page which had seen
the dehumanize_number function description removed accidently during
the recent libutil sync.

Discussed-with: swildner and dillon
lib/libutil/Makefile
lib/libutil/expand_number.3 [deleted file]
lib/libutil/expand_number.c [deleted file]
lib/libutil/humanize_number.3