diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html
index 0c0d98c0e..18fc3037e 100644
--- a/Doc/Manual/CSharp.html
+++ b/Doc/Manual/CSharp.html
@@ -12,10 +12,8 @@
Introduction
-
Differences to the Java module
Void pointers
C# Arrays
@@ -85,6 +83,7 @@ In order to minimize name collisions between names generated based on input to S
20.1.2 Additional command line options
+
The following table lists the additional commandline options available for the C# module. They can also be seen by using:
@@ -93,8 +92,6 @@ The following table lists the additional commandline options available for the C
swig -csharp -help
-
-
| C# specific options |
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index dd0faace6..793f2ed21 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -725,6 +725,7 @@
Introduction
Differences to the Java module
Void pointers
@@ -747,7 +748,7 @@
Directors implementation
Director caveats
-Multiples modules
+Multiple modules
C# Typemap examples
Typemaps
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index 0a413b25a..20e923d19 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -495,8 +495,10 @@ the C++ object when the Go object is freed. It is strongly recommended to read
the runtime.SetFinalizer
documentation before using this technique to understand the
runtime.SetFinalizer limitations.
-
+
+
Common pitfalls with runtime.SetFinalizer are:
+
-
If a hierarchy of C++ objects will be automatically freed by Go finalizers then
@@ -514,7 +516,6 @@ The Go finalizer function typically runs in a different OS thread which can be
problematic with C++ code that uses thread-local storage.
-
runtime.SetFinalizer Example:
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index 0cbb38021..57a2cd3ef 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -74,6 +74,7 @@
- Simple pointers
- Unbounded C Arrays
- String handling
+
- Default arguments
Typemaps