summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:40:44 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:40:44 +0000
commit8d77b4e3046c27812a116423119e79550c337e68 (patch)
tree0ca571ea0fadf0b38c193141a808fac2c3a539ab
parent157002a7fa64ef85826fdb36a91b4d114034669c (diff)
downloadsrc-test2-8d77b4e3046c27812a116423119e79550c337e68.tar.gz
src-test2-8d77b4e3046c27812a116423119e79550c337e68.zip
Fix some wonkiness in MY code this time. Sigh..
-rw-r--r--sbin/sysinstall/stage1.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c
index 6be00c76c6be..969fb573a215 100644
--- a/sbin/sysinstall/stage1.c
+++ b/sbin/sysinstall/stage1.c
@@ -102,9 +102,8 @@ stage1()
mvprintw(j++, 50, "|");
mvprintw(j++, 50, "|Your old kernel, /etc/fstab");
mvprintw(j++, 50, "|and /sbin/init files are");
- mvprintw(j++, 50, "|renamed since the kernel and);
- mvprintw(j++, 50, "|/etc/fstab are replaced from");
- mvprintw(j++, 50, "|this floppy.");
+ mvprintw(j++, 50, "|renamed since they will be");
+ mvprintw(j++, 50, "|replaced from this floppy.");
} else {
mvprintw(j++, 50, "|You should now assign some");
mvprintw(j++, 50, "|space to root, swap, and");