# HG changeset patch # User Reuben Thomas # Date 1301020193 -3600 # Node ID a9eb5e05648ebda3eeb64adc2b4ebe6dedfd9c4b # Parent 393c747ad67237c867de0a0fff6d2798aad59306 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 --- 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 --- a/posix-modules +++ b/posix-modules @@ -26,6 +26,8 @@ echo "\ Usage: posix-modules +Lists the gnulib modules that implement POSIX interfaces. + Report bugs to ." }