Author: jhb
Date: Mon Aug 17 17:31:42 2009
New Revision: 196339
URL: http://svn.freebsd.org/changeset/base/196339

Log:
  MFC 196147:
  Fix references to the kernel distributions to use the correct names
  (uppercase).

Modified:
  stable/7/usr.sbin/sysinstall/   (props changed)
  stable/7/usr.sbin/sysinstall/install.c
  stable/7/usr.sbin/sysinstall/sysinstall.8

Modified: stable/7/usr.sbin/sysinstall/install.c
==============================================================================
--- stable/7/usr.sbin/sysinstall/install.c      Mon Aug 17 17:13:17 2009        
(r196338)
+++ stable/7/usr.sbin/sysinstall/install.c      Mon Aug 17 17:31:42 2009        
(r196339)
@@ -903,7 +903,7 @@ installFixupKernel(dialogMenuItem *self,
     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).
         *

Modified: stable/7/usr.sbin/sysinstall/sysinstall.8
==============================================================================
--- stable/7/usr.sbin/sysinstall/sysinstall.8   Mon Aug 17 17:13:17 2009        
(r196338)
+++ stable/7/usr.sbin/sysinstall/sysinstall.8   Mon Aug 17 17:31:42 2009        
(r196339)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to