diff --git a/doc/README.build.mingw.html b/doc/README.build.mingw.html
index cb9dc17e75..374d119595 100644
--- a/doc/README.build.mingw.html
+++ b/doc/README.build.mingw.html
@@ -16,7 +16,7 @@ Last Update: Mar 21 2010
Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (aafemt at mail dot ru)
The MSYS/MINGW build was started with 1.5 beta 4.
+
The MSYS/MINGW build was started with 1.5.x
The only difference between the msvc build and the mingw build, is that the later one does not support the MS SEH exception handling. This means that some exceptions will not be catched and thus FB will abort.The sources using this exception handling are jrd/blob_filter.cpp, jrd/exe.cpp and jrd/fun.epp.
This port is not maintained anymore.
@@ -32,7 +32,7 @@ Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (The following packages from http://www.mingw.org are needed
MinGW
MSYS @@ -58,7 +58,7 @@ Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (
AUTOGEN
The autogen script creates an output file in the same directory where it is executed with the name config.out. If the autogen fails look at config.out first.
-Some permission problems, most probably related with the CVS client, has been reported. If the autogen gives a permission related error, like
+
Some permission problems, most probably related with the svn client, has been reported. If the autogen gives a permission related error, like
autom4te: cannot open configure: Permission denied
execute in the same directory:
>chmod -R +uw *