From a7ab6b2dc920e76d0cebd577e77bf3a043e3867d Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Thu, 10 Feb 2011 03:10:38 +0100
Subject: [PATCH] Fix various HTML errors in the docs.
---
doc/changes.html | 2 +-
doc/ext_ffi.html | 2 +-
doc/extensions.html | 4 ++--
doc/install.html | 2 +-
doc/luajit.html | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/changes.html b/doc/changes.html
index c79e00c9..2107193a 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -121,7 +121,7 @@ to see whether newer versions are available.
LuaJIT 2.0.0-beta3 — 2010-03-07
-- LuaJIT x64 port:
+- LuaJIT x64 port:
- Port integrated memory allocator to Linux/x64, Windows/x64 and OSX/x64.
- Port interpreter and JIT compiler to x64.
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html
index f496b51b..50a44052 100644
--- a/doc/ext_ffi.html
+++ b/doc/ext_ffi.html
@@ -138,7 +138,7 @@ the proper path, add Lua code that loads the module aaaand ... finally
call the binding function. Phew!
-Motivating Example: Using C Data Structures
+Motivating Example: Using C Data Structures
The FFI library allows you to create and access C data
structures. Of course the main use for this is for interfacing with
diff --git a/doc/extensions.html b/doc/extensions.html
index b9a055c5..8385727b 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -232,7 +232,7 @@ the toolchain used to compile LuaJIT:
POSIX/x64, DWARF2 unwinding |
GCC 4.3+ |
-Full |
+Full |
Other platforms, DWARF2 unwinding |
@@ -242,7 +242,7 @@ the toolchain used to compile LuaJIT:
Windows/x64 |
MSVC or WinSDK |
-Full |
+Full |
Windows/x86 |
diff --git a/doc/install.html b/doc/install.html
index 73755619..55de1bd8 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -392,7 +392,7 @@ See: man rebase
for embedding Lua or LuaJIT into your application.
Make sure you use luaL_newstate. Avoid using
lua_newstate, since this uses the (slower) default memory
-allocator from your system (no support for this on x64).
+allocator from your system (no support for this on x64).
Make sure you use luaL_openlibs and not the old Lua 5.0 style
of calling luaopen_base etc. directly.
To change or extend the list of standard libraries to load, copy
diff --git a/doc/luajit.html b/doc/luajit.html
index aea5c657..131e4396 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -118,7 +118,7 @@ language features.
It's destined to break into the » performance
range traditionally reserved for offline, static language compilers.
-Have look at these » cross-language benchmarks
+Have look at these » cross-language benchmarks
to see how it ranks against the competition.