summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-04-27 20:06:05 +0000
committerEric Blake <ebb9@byu.net>2007-04-27 20:06:05 +0000
commit5d0b385594bc914e6233988bfb6bc1b92a2184b5 (patch)
tree20f01fa12727ae79a307f1b260cbc4af55d3dfe1 /doc
parent406797b0b7e59fc462fc460261f667602401ac19 (diff)
downloadgnulib-5d0b385594bc914e6233988bfb6bc1b92a2184b5.tar.gz
* doc/headers/assert.texi (assert.h): Document assert module use.
Diffstat (limited to 'doc')
-rw-r--r--doc/headers/assert.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/headers/assert.texi b/doc/headers/assert.texi
index 8c81473817..2bf2d987e4 100644
--- 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: