- Refer to the old, pre-4.0, kernel build procedure as `old' instead

of `standard'.
- Various grammar fixes.

PR:		docs/38398
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
This commit is contained in:
Giorgos Keramidas 2002-05-22 04:37:41 +00:00
parent 2e86ad20cd
commit fa296d78a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13187

View file

@ -1003,7 +1003,7 @@ Script done, &hellip;</screen>
can then build a new kernel based on your normal kernel configuration can then build a new kernel based on your normal kernel configuration
file.</para> file.</para>
<para>If you are upgrading to &os; 4.0 or above then the standard <para>If you are upgrading to &os; 4.0 or above then the old
kernel build procedure (as described in <xref linkend="kernelconfig">) kernel build procedure (as described in <xref linkend="kernelconfig">)
is deprecated. Instead, you should run these commands is deprecated. Instead, you should run these commands
<emphasis>after</emphasis> you have <link <emphasis>after</emphasis> you have <link
@ -1015,7 +1015,7 @@ Script done, &hellip;</screen>
&prompt.root; <userinput>make installkernel</userinput></screen> &prompt.root; <userinput>make installkernel</userinput></screen>
<para>If you are upgrading to a version of &os; below 4.0 you should <para>If you are upgrading to a version of &os; below 4.0 you should
use the standard kernel build procedure. However, it is recommended use the old kernel build procedure. However, it is recommended
that you use the new version of &man.config.8;, using a command line that you use the new version of &man.config.8;, using a command line
like this.</para> like this.</para>
@ -1101,23 +1101,23 @@ Script done, &hellip;</screen>
to the ones currently installed in your system. At this point, files that to the ones currently installed in your system. At this point, files that
differ will be shown in &man.diff.1; format, with the <option>+</option> sign differ will be shown in &man.diff.1; format, with the <option>+</option> sign
representing added or modified lines, and <option>-</option> representing representing added or modified lines, and <option>-</option> representing
lines that will be removed either completely, or replaced with a new line. lines that will be either removed completely, or replaced with a new line.
See the &man.diff.1; manual page for more information about the &man.diff.1; See the &man.diff.1; manual page for more information about the &man.diff.1;
syntax and how file differences are shown.</para> syntax and how file differences are shown.</para>
<para>&man.mergemaster.8; will then show you each file that displays variances, <para>&man.mergemaster.8; will then show you each file that displays variances,
and at this point you will have the option of either deleting the new file (referred and at this point you will have the option of either deleting the new file (referred
to as the temporary file), install the temporary file in its unmodified state, to as the temporary file), installing the temporary file in its unmodified state,
merge the temporary file with the currently installed file, or view the merging the temporary file with the currently installed file, or viewing the
&man.diff.1; results again.</para> &man.diff.1; results again.</para>
<para>Choosing to delete the temporary file will tell &man.mergemaster.8; that we <para>Choosing to delete the temporary file will tell &man.mergemaster.8; that we
wish to keep our current file unchanged, and to delete the one that is wish to keep our current file unchanged, and to delete the new version.
new. This option is not the most recommended one, unless you see no This option is not recommended, unless you see no
reason to change the current file. You can get help at any time by reason to change the current file. You can get help at any time by
typing <option>?</option> at the mergemaster prompt. If the user should typing <option>?</option> at the mergemaster prompt. If the user
choose to skip a file, it will be presented again after all other files chooses to skip a file, it will be presented again after all other files
have been worked with.</para> have been dealt with.</para>
<para>Choosing to install the unmodified temporary file will replace the <para>Choosing to install the unmodified temporary file will replace the
current file with the new one. For most unmodified files, this is the best current file with the new one. For most unmodified files, this is the best
@ -1133,13 +1133,13 @@ Script done, &hellip;</screen>
installed. This option is customarily used for files where settings have been installed. This option is customarily used for files where settings have been
modified by the user.</para> modified by the user.</para>
<para>Choosing to view the diff results again, will show you the file differences <para>Choosing to view the diff results again will show you the file differences
just like &man.mergemaster.8; did before prompting you for an option.</para> just like &man.mergemaster.8; did before prompting you for an option.</para>
<para>After &man.mergemaster.8; is complete with the system files you will be <para>After &man.mergemaster.8; is done with the system files you will be
prompted for other options. &man.mergemaster.8; will ask if you want to rebuild prompted for other options. &man.mergemaster.8; may ask if you want to rebuild
the password file, run <filename>MAKEDEV</filename> and finishing up with a the password file and/or run <filename>MAKEDEV</filename>, and will finish up with an option to
removal of the left over temporary files.</para> remove left-over temporary files.</para>
</sect3> </sect3>
<sect3> <sect3>