diff --git a/content/databases/mysql/mysql-config.xml b/content/databases/mysql/mysql-config.xml
index 4b89aa41f4..7d66b5818a 100644
--- a/content/databases/mysql/mysql-config.xml
+++ b/content/databases/mysql/mysql-config.xml
@@ -32,22 +32,22 @@ chown -R mysql:mysql /var/lib/mysql
So here we will login and set one. We strongly suggest changing
'new-password' to your own.
-mysql -uroot mysql
+mysql -uroot mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.51-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
-mysql> UPDATE user SET password=password('new-password') WHERE user='root';
+mysql> UPDATE user SET password=password('new-password') WHERE user='root';
Query OK, 2 rows affected (0.00 sec)
Rows matched: 2 Changed: 2 Warnings: 0
-mysql> FLUSH PRIVILEGES;
+mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
-mysql> EXIT;
+mysql> EXIT;
bye
-
+
Now that we are done with the configuration of the server, we can
shut it down.
diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml
index fee5fd001e..760ec07891 100644
--- a/general/prog/gcc.xml
+++ b/general/prog/gcc.xml
@@ -2,10 +2,12 @@
GCC-&gcc-version;
-&gnat-intro;
-&gnat-inst;
&gcc-intro;
&gcc-inst;
+
&gcc-exp;
&gcc-desc;
diff --git a/general/prog/gcc/gcc-inst.xml b/general/prog/gcc/gcc-inst.xml
index acc5210b76..cf37b3235b 100644
--- a/general/prog/gcc/gcc-inst.xml
+++ b/general/prog/gcc/gcc-inst.xml
@@ -1,6 +1,11 @@
Installation of GCC
+&gnat-intro;
+
+&gnat-inst;
+Return to Installation of GCC
+
Patch the source files with the following command:
patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch
diff --git a/general/prog/gcc/gnat-intro.xml b/general/prog/gcc/gnat-intro.xml
index 9661ed0b53..513e049765 100644
--- a/general/prog/gcc/gnat-intro.xml
+++ b/general/prog/gcc/gnat-intro.xml
@@ -1,4 +1,4 @@
-
+
+If you plan to compile Ada, you will need to install
+GNAT temporarily to
+satisfy the circular dependency when you recompile
+
+GCC to include
+Ada.
Package information
@@ -32,4 +39,3 @@ url="&gnat-download-ftp;"/>
-