diff --git a/boost/predef/architecture/alpha.h b/boost/predef/architecture/alpha.h
index f25bc46..04e4cd7 100644
--- a/boost/predef/architecture/alpha.h
+++ b/boost/predef/architecture/alpha.h
@@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[heading `BOOST_ARCHITECTURE_ALPHA`]
[@http://en.wikipedia.org/wiki/DEC_Alpha DEC Alpha] architecture:
-If available versions [4-6] are specifically detected.
+If available versions \[4-6\] are specifically detected.
*/
#define BOOST_ARCHITECTURE_ALPHA BOOST_VERSION_NUMBER(0,0,0)
diff --git a/boost/predef/architecture/superh.h b/boost/predef/architecture/superh.h
index 2710909..f8126a0 100644
--- a/boost/predef/architecture/superh.h
+++ b/boost/predef/architecture/superh.h
@@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[heading `BOOST_ARCHITECTURE_SH`]
[@http://en.wikipedia.org/wiki/SuperH SuperH] architecture:
-If available versions [1-5] are specifically detected.
+If available versions \[1-5\] are specifically detected.
*/
#define BOOST_ARCHITECTURE_SH BOOST_VERSION_NUMBER(0,0,0)
diff --git a/boost/predef/architecture/x86.h b/boost/predef/architecture/x86.h
index 785f20c..e5afc92 100644
--- a/boost/predef/architecture/x86.h
+++ b/boost/predef/architecture/x86.h
@@ -17,7 +17,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[heading `BOOST_ARCHITECTURE_X86`]
[@http://en.wikipedia.org/wiki/X86 Intel x86] architecture:
-If available versions [3-6] are specifically detected.
+If available versions \[3-6\] are specifically detected.
*/
#if defined(i386) || defined(__i386__) || \
diff --git a/boost/predef/language/stdcpp.h b/boost/predef/language/stdcpp.h
index d2a32cd..36b3e58 100644
--- a/boost/predef/language/stdcpp.h
+++ b/boost/predef/language/stdcpp.h
@@ -18,7 +18,7 @@ http://www.boost.org/LICENSE_1_0.txt)
If available, the year of the standard is detected as 0.0.YYYY.
Because of the way the C++ standardization process works the
defined version year will not be the commonly known year standard.
-Specifically the defined versions will be:
+Specifically the defined versions are:
[table Detected Version Number vs. C++ Standard Year
[[Detected Version Number] [Standard Year] [C++ Standard]]
diff --git a/boost/predef/os/cygwin.h b/boost/predef/os/cygwin.h
index b16bb96..6b06c65 100644
--- a/boost/predef/os/cygwin.h
+++ b/boost/predef/os/cygwin.h
@@ -11,6 +11,12 @@ http://www.boost.org/LICENSE_1_0.txt)
#include Last revised: November 30, 2011 at 05:42:16 GMT Last revised: November 30, 2011 at 23:35:32 GMT
-
+
diff --git a/libs/predef/doc/html/predef/reference.html b/libs/predef/doc/html/predef/reference.html
index b238c41..5bd1666 100644
--- a/libs/predef/doc/html/predef/reference.html
+++ b/libs/predef/doc/html/predef/reference.html
@@ -428,7 +428,7 @@
If available, the year of the standard is detected as 0.0.YYYY. Because of
the way the C++ standardization process works the defined version year will
not be the commonly known year standard. Specifically the defined versions
- will be:
+ are:
Table 1. Detected Version Number vs. C++ Standard Year
@@ -729,6 +729,73 @@ is detected the corresponding macro is also set.BOOST_OS_CYGWIN
+ + Cygwin operating system. +
+BOOST_OS_HPUX
+ + HP-UX operating system. +
+BOOST_OS_IRIX
+ + Irix operating system. +
+BOOST_OS_LINUX
+ + Linux operating system. +
+BOOST_OS_MACOS
+ + MacOS operating system. + Versions [9-10] are specifically detected. +
+BOOST_OS_QNX
+ + QNX-NTO operating system. + Version number available as major, and minor if possible. And version 4 is + specifically detected. +
+BOOST_OS_SOLARIS
+ + Solaris operating system. +
+BOOST_OS_UNIX
+ + Unix operating system. +
+BOOST_OS_WINDOWS
+ + Microsoft Windows operating + system. +