Index: /trunk/source/doc/src/install.xml
===================================================================
--- /trunk/source/doc/src/install.xml	(revision 15046)
+++ /trunk/source/doc/src/install.xml	(revision 15047)
@@ -140,5 +140,5 @@
     <sect2 id="windows"><title>Microsoft Windows</title>
     <para>
-      At the moment, the 32-bit &CCL; does not run under 64-bit Windows.
+      For &CCL; versions prior to 1.7, the 32-bit executable does not run under 64-bit Windows.
     </para>
     </sect2>
@@ -330,5 +330,5 @@
     <programlisting>
 joe&gt; cd <replaceable>/path/to/installed/ccl</replaceable>
-joe:ccl&gt; ./<replaceable>kernel-filename</replaceable> --no-init
+joe:ccl&gt; ./<replaceable>kernel-filename</replaceable>
 <![CDATA[Welcome to Clozure Common Lisp Version [...]
 ? (rebuild-ccl :full t)
@@ -386,5 +386,6 @@
     <para>For Mac OS X, Xcode 4 is available from the App Store.</para>
 
-    <para>For Windows, follow the procedure outlined in the &CCL; Wiki
+    <para>For Windows, install Cygwin and the MinGW toolchain for the 32- or 64-bit OS.
+    More information about installing &CCL; on Windows is available in the &CCL; Wiki
     at URL: <ulink url="http://trac.clozure.com/ccl/wiki/WindowsNotes"/>
     </para>
@@ -431,5 +432,5 @@
 
     <programlisting><![CDATA[
-joe:ccl> ./dx86cl64 --no-init
+joe:ccl> ./dx86cl64
 Welcome to Clozure Common Lisp Version 1.7  (DarwinX8664)!
 ? (rebuild-ccl :full t)
@@ -458,5 +459,5 @@
 joe:ccl> svn update
 <... lots of Subversion output...>
-joe:ccl> ./dx86cl64 --no-init
+joe:ccl> ./dx86cl64
 Welcome to Clozure Common Lisp Version 1.7  (DarwinX8664)!
 ? (rebuild-ccl :full t)
@@ -466,7 +467,4 @@
 ]]>
     </programlisting>
-    Follow this same procedure to perform the fuil rebuild from scratch, for example
-    in the case where the saved Lisp image contains code that was loaded inadvertently.
-    (Classic mistake: forgetting to specify the <literal>--no-init</literal> command option.)
     </para>
 
