Fix references to the kernel distributions to use the correct names

(uppercase).

PR:		docs/137415
Submitted by:	Yuri Gorchakov
Approved by:	re (rwatson, kib)
MFC after:	3 days
This commit is contained in:
jhb 2009-08-12 14:37:57 +00:00
parent 83ee73d6f0
commit e934441f67
2 changed files with 3 additions and 3 deletions

View File

@ -939,7 +939,7 @@ installFixupKernel(dialogMenuItem *self, int dists)
if (RunningAsInit) { if (RunningAsInit) {
/* /*
* Install something as /boot/kernel. Prefer SMP * Install something as /boot/kernel. Prefer SMP
* over generic--this should handle the case where * over GENERIC--this should handle the case where
* both SMP and GENERIC are installed (otherwise we * both SMP and GENERIC are installed (otherwise we
* select the one kernel that was installed). * select the one kernel that was installed).
* *

View File

@ -411,9 +411,9 @@ Possible distribution values are:
.Bl -tag -width indentxx .Bl -tag -width indentxx
.It Li base .It Li base
The base binary distribution. The base binary distribution.
.It Li generic .It Li GENERIC
The GENERIC kernel. The GENERIC kernel.
.It Li smp .It Li SMP
A kernel suitable for multiple processor systems. A kernel suitable for multiple processor systems.
.It Li doc .It Li doc
Miscellaneous documentation Miscellaneous documentation