diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c5c151d63ce..b42e85c2ddb 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-27 Jonathan Wakely --enable-concept-checks
.
You can enable them on a per-translation-unit basis with
- #define _GLIBCXX_CONCEPT_CHECKS
for GCC 3.4 and higher
+ #define
+ _GLIBCXX_CONCEPT_CHECKS
for GCC 3.4 and higher
(or with #define _GLIBCPP_CONCEPT_CHECKS
for versions
3.1, 3.2 and 3.3).
Please note that the concept checks only validate the requirements
diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml
index c4120c9b06f..41b1a801325 100644
--- a/libstdc++-v3/doc/xml/manual/extensions.xml
+++ b/libstdc++-v3/doc/xml/manual/extensions.xml
@@ -82,7 +82,8 @@ extensions, be aware of two things:
They can be enabled at configure time with
#define _GLIBCXX_CONCEPT_CHECKS
for GCC 3.4 and higher
+ #define
+ _GLIBCXX_CONCEPT_CHECKS
for GCC 3.4 and higher
(or with #define _GLIBCPP_CONCEPT_CHECKS
for versions
3.1, 3.2 and 3.3).