git: libutil: Remove expand_number(3)
John Marino
marino at crater.dragonflybsd.org
Sun Feb 9 12:15:46 PST 2014
commit 20c13e267005bb42b5df1e0c9ea9e7ad3499b24c
Author: John Marino <draco at marino.st>
Date: Sun Feb 9 21:10:05 2014 +0100
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
Summary of changes:
lib/libutil/Makefile | 2 +-
lib/libutil/expand_number.3 | 87 ----------------------------------------
lib/libutil/expand_number.c | 93 -------------------------------------------
lib/libutil/humanize_number.3 | 39 ++++++++++++++++--
4 files changed, 37 insertions(+), 184 deletions(-)
delete mode 100644 lib/libutil/expand_number.3
delete mode 100644 lib/libutil/expand_number.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/20c13e267005bb42b5df1e0c9ea9e7ad3499b24c
--
DragonFly BSD source repository
More information about the Commits
mailing list