Removed some inline tabs and trailing whitespace. The docs suggest dropping to single-user before doing anything, but point out this can be deferred until the actual installation phase. Inserted a reminder on when to go single, if deferring. Clarified when "adjkerntz -i" is required -- it seemed to cause some trouble once when I ran it unnecessarily. Removed suggestion re: "make -j 4" on single-CPU systems. This has been confirmed on -questions to cause a slowdown, rather than faster building.
On Tue, Jun 25, 2002 at 06:34:40PM -0400, Chris Pepper wrote: > > >Number: 39858 > >Category: docs > >Synopsis: handbook/cutting-edge/chapter.sgml: various fixes > <listitem> > <para>Pass the <option>-j<n></option> option to &man.make.1; to > - run multiple processes in parallel. This usually helps > - regardless of whether you have a single or a multi processor > - machine.</para> > + run multiple processes in parallel.</para> > </listitem> While we're here, we should replace </> with <replaceable>. -- Marxpitn
State Changed From-To: open->patched I've extracted parts of the diff in this PR and committed them. Thanks for submitting this :)
Responsible Changed From-To: freebsd-doc->keramida
State Changed From-To: patched->closed I rewrote the only part of this patch which was not applied. My patch adds a note about the use of chflags(1) and installkernel. Thanks for the submission!