* doc/headers/assert.texi (assert.h): Document assert module use.
authorEric Blake <ebb9@byu.net>
Fri, 27 Apr 2007 20:06:05 +0000 (20:06 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 27 Apr 2007 20:06:05 +0000 (20:06 +0000)
ChangeLog
doc/headers/assert.texi

index a774099..b4eb7de 100644 (file)
--- 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.
index 8c81473..2bf2d98 100644 (file)
@@ -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: