From c061c53f75d05a5ab538da41471c93bcc9586d88 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 11 Oct 1995 09:57:30 +0000 Subject: Fix a couple of doc or appearance nits. Remove the ATAPI kernel hack. Remove the now-unnecessary work-around for booting root off a slice; it appears to work just fine now and will confuse a lot fewer folks. --- release/sysinstall/index.c | 2 +- usr.sbin/sysinstall/index.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index ea7a162..5361095 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -395,7 +395,7 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll) n = curr = max = 0; nitems = NULL; if (kp && kp->name && plist) { - nitems = item_add_pair(nitems, "..", "Return to previous menu.", &curr, &max); + nitems = item_add_pair(nitems, "..", "RETURN TO PREVIOUS MENU.", &curr, &max); ++n; } while (kp && kp->name) { diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index ea7a162..5361095 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -395,7 +395,7 @@ index_menu(PkgNodePtr top, PkgNodePtr plist, int *pos, int *scroll) n = curr = max = 0; nitems = NULL; if (kp && kp->name && plist) { - nitems = item_add_pair(nitems, "..", "Return to previous menu.", &curr, &max); + nitems = item_add_pair(nitems, "..", "RETURN TO PREVIOUS MENU.", &curr, &max); ++n; } while (kp && kp->name) { -- cgit v1.1