summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-08-12 14:37:57 +0000
committerjhb <jhb@FreeBSD.org>2009-08-12 14:37:57 +0000
commite934441f677085c7bc7f79208ae2f70f48164b66 (patch)
tree0f0e15b5084c87373289086ac511179cfce1e6b3 /usr.sbin
parent83ee73d6f0610de1618b55aad19264831d0c73c9 (diff)
downloadFreeBSD-src-e934441f677085c7bc7f79208ae2f70f48164b66.zip
FreeBSD-src-e934441f677085c7bc7f79208ae2f70f48164b66.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/install.c2
-rw-r--r--usr.sbin/sysinstall/sysinstall.84
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index d00da3c..a2979c9 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -939,7 +939,7 @@ installFixupKernel(dialogMenuItem *self, int dists)
if (RunningAsInit) {
/*
* 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
* select the one kernel that was installed).
*
diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8
index 7cb55aa..46a14fc 100644
--- a/usr.sbin/sysinstall/sysinstall.8
+++ b/usr.sbin/sysinstall/sysinstall.8
@@ -411,9 +411,9 @@ Possible distribution values are:
.Bl -tag -width indentxx
.It Li base
The base binary distribution.
-.It Li generic
+.It Li GENERIC
The GENERIC kernel.
-.It Li smp
+.It Li SMP
A kernel suitable for multiple processor systems.
.It Li doc
Miscellaneous documentation
OpenPOWER on IntegriCloud