Fix confusing "make world" references with something more correct.

Submitted and spotted by:	rwatson
This commit is contained in:
Marc Fonvieille 2003-11-30 09:43:36 +00:00
parent 6f94dc2925
commit 21f6e72f27
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19017

View file

@ -275,8 +275,8 @@
</indexterm>
<para>Before compiling &os.current;, read the
<filename>Makefile</filename> in <filename>/usr/src</filename>
carefully. You should at least run a <link
linkend="makeworld">make world</link> the first time through
carefully. You should at least <link
linkend="makeworld">install a new kernel and rebuild the world</link> the first time through
as part of the upgrading process. Reading the &a.current;
and <filename>/usr/src/UPDATING</filename> will keep you up-to-date on other bootstrapping procedures
that sometimes become necessary as we move toward the next
@ -449,8 +449,8 @@
<listitem>
<para>Before compiling &os.stable;, read the
<filename>Makefile</filename> in <filename>/usr/src</filename>
carefully. You should at least run a <link
linkend="makeworld">make world</link> the first time through
carefully. You should at least <link
linkend="makeworld">install a new kernel and rebuild the world</link> the first time through
as part of the upgrading process. Reading the &a.stable; and <filename>/usr/src/UPDATING</filename> will
keep you up-to-date on other bootstrapping procedures that
sometimes become necessary as we move toward the next