summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-11 09:57:30 +0000
committerjkh <jkh@FreeBSD.org>1995-10-11 09:57:30 +0000
commitc061c53f75d05a5ab538da41471c93bcc9586d88 (patch)
tree0da42ea34a51354f6597c2267478c5802524d799
parent52414d3c17f8eec482e1151faa36630f7f3c8815 (diff)
downloadFreeBSD-src-c061c53f75d05a5ab538da41471c93bcc9586d88.zip
FreeBSD-src-c061c53f75d05a5ab538da41471c93bcc9586d88.tar.gz
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.
-rw-r--r--release/sysinstall/index.c2
-rw-r--r--usr.sbin/sysinstall/index.c2
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) {
OpenPOWER on IntegriCloud