doc: update users.txt
[pspp] / modules / closeout
index 7759e9c90935c99efe5e2f97cd32e552fcfcb78f..6a77cef62949833be02b6a0ec36789229ad0ff7d 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Close stdout, checking for errors.
+Close standard output and standard error, exiting with a diagnostic on error.
 
 Files:
 lib/closeout.h
@@ -7,18 +7,17 @@ lib/closeout.c
 m4/closeout.m4
 
 Depends-on:
-atexit
-gettext
+close-stream
+gettext-h
 error
 quotearg
-fpending
 exitfail
+stdbool
 
 configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-lib_SOURCES += closeout.h closeout.c
 
 Include:
 "closeout.h"