X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fhuman;h=fa2f9a6b55089ca7755f49e9ec2c7046440baaf1;hb=702381ebae6a90b07670cb45ab25a1a332eea511;hp=da354d9bb039c6aa04c9b1990a25bbad2de4e8ed;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/human b/modules/human index da354d9bb..fa2f9a6b5 100644 --- a/modules/human +++ b/modules/human @@ -1,4 +1,6 @@ Description: +Convert a number (usually a file size) to a human readable string, possibly +with K/M/G suffix. Files: lib/human.h @@ -14,6 +16,7 @@ gettext argmatch error xstrtol +stdbool configure.ac: gl_HUMAN @@ -24,3 +27,6 @@ lib_SOURCES += human.h human.c Include: "human.h" +Maintainer: +Paul Eggert +