update from libc
[gnulib.git] / modules / human
index da354d9..fa2f9a6 100644 (file)
@@ -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
+