changeset 13242:e75ad760555e

Doc tweak.
author Bruno Haible <bruno@clisp.org>
date Sun, 18 Apr 2010 22:01:05 +0200
parents cf12b14b472b
children 97c81b93ec7c
files ChangeLog doc/posix-headers/stdbool.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-18  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-headers/stdbool.texi: More precise wording.
+
 2010-04-17  Jim Meyering  <meyering@redhat.com>
 
 	maint.mk: use gnu-style indentation in an embedded perl script
--- a/doc/posix-headers/stdbool.texi
+++ b/doc/posix-headers/stdbool.texi
@@ -28,6 +28,6 @@
 zero value or the null pointer, as they should.  Such casts should only
 be used if the casted value is known to be equal to 0 or 1.
 @item
-You cannot assume that casting floating point to @samp{bool} will
+You cannot assume that casting a floating point literal to @samp{bool} will
 result in a constant expression.
 @end itemize