From bda45bbe3d358ac69fa007dcc6d42283b50c744d Mon Sep 17 00:00:00 2001
From: Reuben Thomas <rrt@sc3d.org>
Date: Fri, 12 Nov 2010 13:31:39 +0000
Subject: [PATCH] Add a line saying what posix-modules does.

---
 ChangeLog     |    5 +++++
 posix-modules |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d9e32a8..fbb56f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-12  Reuben Thomas  <rrt@sc3d.org>
+
+	posix-modules: say what it does.
+	* posix-modules: Add a line to the --help output saying what it does.
+
 2010-11-11  Bruno Haible  <bruno@clisp.org>
 
 	fcntl-h: Fix for use of C++ on glibc systems.
diff --git a/posix-modules b/posix-modules
index b93b283..d3426a2 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 <bug-gnulib@gnu.org>."
 }
 
-- 
1.7.1

