doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / full-read
index 30b5f61..5bae3ae 100644 (file)
@@ -1,13 +1,13 @@
 Description:
-An interface to read() that reads all it is asked to read.
+An interface to the read() function that reads all it is asked to read.
 
 Files:
 lib/full-read.h
 lib/full-read.c
+lib/full-write.c
 
 Depends-on:
 safe-read
-full-write
 
 configure.ac:
 
@@ -17,6 +17,8 @@ lib_SOURCES += full-read.h full-read.c
 Include:
 "full-read.h"
 
+License:
+LGPLv2+
+
 Maintainer:
 Jim Meyering, Bruno Haible
-