From 7b64620d93e8db5784913668a9a01e81c6e76d1c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 21 Aug 2006 09:15:17 +0000 Subject: [PATCH] Fix the output glitch. --- usr.sbin/sysinstall/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index f45a74c977fc..e965520db361 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -539,7 +539,7 @@ fixit_common(void) dialog_clear_norefresh(); msgNotify("Waiting for fixit shell to exit. Go to VTY4 now by\n" "typing ALT-F4. When you are done, type ``exit'' to exit\n" - "the fixit shell and be returned here\n."); + "the fixit shell and be returned here.\n"); } (void)waitpid(child, &waitstatus, 0); if (strcmp(variable_get(VAR_FIXIT_TTY), "serial") == 0)