diff options
author | Mike Pall <mike> | 2013-02-13 11:57:04 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-13 11:57:04 +0100 |
commit | c7f0b6bca05c124d764c6f3b4de889a460212f55 (patch) | |
tree | 3a441044f913ec3956bd5b0cc057d5ae0f395971 /doc | |
parent | 4e35c025dcb7a1d9ed90c9cfec6378ac2489a641 (diff) | |
download | luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.gz luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.bz2 luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.zip |
Fix capitalization of 'Xbox'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 6 | ||||
-rw-r--r-- | doc/luajit.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html index 5a1ea525..07680107 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -136,7 +136,7 @@ operating systems, CPUs and compilers: | |||
136 | <td class="compatos">GCC 4.3+</td> | 136 | <td class="compatos">GCC 4.3+</td> |
137 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> | 137 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> |
138 | <td class="compatos compatno"> </td> | 138 | <td class="compatos compatno"> </td> |
139 | <td class="compatos">XEDK (<a href="#xbox360">XBox 360</a>)</td> | 139 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> |
140 | </tr> | 140 | </tr> |
141 | <tr class="odd"> | 141 | <tr class="odd"> |
142 | <td class="compatcpu"><a href="#cross2">PPC/e500v2</a></td> | 142 | <td class="compatcpu"><a href="#cross2">PPC/e500v2</a></td> |
@@ -468,8 +468,8 @@ only the fast interpreter is built: | |||
468 | make HOST_CC="gcc -m32" CROSS=ppu-lv2- | 468 | make HOST_CC="gcc -m32" CROSS=ppu-lv2- |
469 | </pre> | 469 | </pre> |
470 | <p> | 470 | <p> |
471 | You can cross-compile for <b id="xbox360">XBox 360</b> using the | 471 | You can cross-compile for <b id="xbox360">Xbox 360</b> using the |
472 | XBox 360 SDK (MSVC + XEDK). Due to restrictions on consoles, the | 472 | Xbox 360 SDK (MSVC + XEDK). Due to restrictions on consoles, the |
473 | JIT compiler is disabled and only the fast interpreter is built. | 473 | JIT compiler is disabled and only the fast interpreter is built. |
474 | </p> | 474 | </p> |
475 | <p> | 475 | <p> |
diff --git a/doc/luajit.html b/doc/luajit.html index f02c668c..e8581d3a 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -158,7 +158,7 @@ LuaJIT is Copyright © 2005-2013 Mike Pall, released under the | |||
158 | <tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr> | 158 | <tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr> |
159 | </table> | 159 | </table> |
160 | <table class="feature os os2"> | 160 | <table class="feature os os2"> |
161 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td><td>PS3</td><td>XBox 360</td></tr> | 161 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td><td>PS3</td><td>Xbox 360</td></tr> |
162 | </table> | 162 | </table> |
163 | <table class="feature compiler"> | 163 | <table class="feature compiler"> |
164 | <tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> | 164 | <tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> |