doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / yesno
index 3ef7b0c..5b5f4cd 100644 (file)
@@ -1,12 +1,16 @@
 Description:
+Read a response from the user, and its classification as matching "yes" or
+"no".
 
 Files:
 lib/yesno.c
+lib/yesno.h
 m4/yesno.m4
 
 Depends-on:
-unlocked-io
+getline
 rpmatch
+stdbool
 
 configure.ac:
 gl_YESNO
@@ -15,4 +19,10 @@ Makefile.am:
 lib_SOURCES += yesno.c
 
 Include:
+"yesno.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering