diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index dd576c2..eb8b685 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1006,7 +1006,17 @@ do
boolean
- booldeclared in ecpglib.h if not native
+ bool
+
+
+ Range of bool is true/false only.
+ There is no need to include any header like stdbool.h for type and
+ literals because they are defined by ECPG and ECPG internally
+ includes a appropriate C language standard header or deifnes them
+ if there is no such header.
+
+
+