pmccabe2html: escaping of special characters
[gnulib.git] / modules / closeout
index da6483b..2987121 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Close standard output and standard error, exiting with a diagnostic on error.
 
 Files:
 lib/closeout.h
@@ -6,18 +7,24 @@ lib/closeout.c
 m4/closeout.m4
 
 Depends-on:
-unlocked-io
-gettext
+close-stream
+gettext-h
 error
 quotearg
-fpending
+exitfail
+stdbool
 
 configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-lib_SOURCES += closeout.h closeout.c
+lib_SOURCES += closeout.c
 
 Include:
 "closeout.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering