From: Reuben Thomas Date: Fri, 25 Mar 2011 02:29:53 +0000 (+0100) Subject: posix-modules: say what it does. X-Git-Tag: v0.1~3054 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=42cb7c47e9ea7790ef47d659332c10d92b790f34 posix-modules: say what it does. * posix-modules: Add a line to the --help output saying what it does. --- diff --git a/ChangeLog b/ChangeLog index c58e13c48..8988e3190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-30 Reuben Thomas + + posix-modules: say what it does. + * posix-modules: Add a line to the --help output saying what it does. + 2011-03-24 Paul Eggert xmalloc: Do not leak if underlying realloc is C99 compatible. diff --git a/posix-modules b/posix-modules index 81e431f9e..5bb29f002 100755 --- a/posix-modules +++ b/posix-modules @@ -26,6 +26,8 @@ func_usage () echo "\ Usage: posix-modules +Lists the gnulib modules that implement POSIX interfaces. + Report bugs to ." }