Subject: web documentation patch
To: None <netbsd-docs@NetBSD.org>
From: Olivier Cherrier <oc@karedas.cediti.be>
List: netbsd-docs
Date: 10/06/2003 14:55:12
--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

    Hello,

I installed an 1.6.1 system and follow
http://www.netbsd.org/Documentation/current/#updating documentation
to build a -current system.

The attached patch solves the following error:
    mv: rename sys/arch/<ARCH>/compile/GENERIC/netbsd to \
	//netbsd: No such file or directory


-- 
oc - oc@karedas.cediti.be

--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="index.html.diff"

--- index.html	Wed Jul 23 18:29:39 2003
+++ index.html.new	Mon Oct  6 14:44:08 2003
@@ -142,7 +142,7 @@
     <ul>
     <li><code>./build.sh kernel=GENERIC</code></li>
     <li><code>mv /netbsd /onetbsd</code></li>
-    <li><code>mv sys/arch/&lt;ARCH&gt;/compile/GENERIC/netbsd /</code></li>
+    <li><code>mv sys/arch/&lt;ARCH&gt;/compile/obj/GENERIC/netbsd /</code></li>
     </ul>
 <li>Reboot into the new kernel</li>
 <li>Run <code>./build.sh distribution</code></li>

--HlL+5n6rz5pIUxbD--