changeset 8745:2dcca2742282

* doc/headers/assert.texi (assert.h): Document assert module use.
author Eric Blake <ebb9@byu.net>
date Fri, 27 Apr 2007 20:06:05 +0000
parents 666d4fa73ae5
children 7749b07586ff
files ChangeLog doc/headers/assert.texi
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-27  Eric Blake  <ebb9@byu.net>
+
+	* doc/headers/assert.texi (assert.h): Document assert module use.
+
 2007-04-27  Bruno Haible  <bruno@clisp.org>
 
 	* doc/headers/*.texi: New files.
--- a/doc/headers/assert.texi
+++ b/doc/headers/assert.texi
@@ -1,10 +1,13 @@
 @node assert.h
 @section @file{assert.h}
 
-Gnulib module: ---
+Gnulib module: @code{assert}
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+Not a portability problem, per se, but allow the installer to disable
+assertions through "configure --disable-assert".
 @end itemize
 
 Portability problems not fixed by Gnulib: