X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fhuman;h=566b559238a37c23522a2ee581aff740c9f84d48;hb=679b14d8851a364efdffbdf50d4aa43921762076;hp=da354d9bb039c6aa04c9b1990a25bbad2de4e8ed;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/human b/modules/human index da354d9bb..566b55923 100644 --- a/modules/human +++ b/modules/human @@ -1,26 +1,30 @@ Description: +Convert a number (usually a file size) to a human readable string, possibly +with K/M/G suffix. Files: lib/human.h lib/human.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/human.m4 Depends-on: -gettext argmatch error -xstrtol +intprops +xstrtoumax +stdbool +stdint configure.ac: gl_HUMAN Makefile.am: -lib_SOURCES += human.h human.c Include: "human.h" +License: +GPL + +Maintainer: +Paul Eggert