diff --git a/Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt b/Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
index a68d0b4d903..c05737d8e93 100644
--- a/Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
+++ b/Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
@@ -101,70 +101,70 @@ the following table.
GNU 3.2.1
|
-__GNUC__
+`__GNUC__`
|
3
|
|
GNU 3.2.1
|
-__GNUC_MINOR__
+`__GNUC_MINOR__`
|
2
|
|
GNU 3.2.1
|
-__GNUC_PATCHLEVEL__
+`__GNUC_PATCHLEVEL__`
|
1
|
|
Microsoft VC7.1
|
-_MSC_VER
+`_MSC_VER`
|
1310
|
|
Microsoft VC8.0
|
-_MSC_VER
+`_MSC_VER`
|
1400
|
|
Intel 11.1
|
-__INTEL_COMPILER
+`__INTEL_COMPILER`
|
1110
|
|
Clang 2.9
|
-__clang_major__
+`__clang_major__`
|
2
|
|
Clang 2.9
|
-__clang_minor__
+`__clang_minor__`
|
9
|
|
SUN 5.3
|
-__SUNPRO_CC
+`__SUNPRO_CC`
|
0x530
|
|
SUN 5.10
|
-__SUNPRO_CC
+`__SUNPRO_CC`
|
0x5100
@@ -178,17 +178,17 @@ There are also flags to identify the architecture.
|
SGI
|
-__sgi
+`__sgi`
|
|
SUN
|
-__sun
+`__sun`
|
|
Linux
|
-__linux
+`__linux`
|