summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-21 09:15:17 +0000
committerru <ru@FreeBSD.org>2006-08-21 09:15:17 +0000
commit26c2f5823f8c186d172929f55c130adbcdeab3e4 (patch)
treec8ea8e92a60ef1dfdcc43f0f1be3883446078a72 /usr.sbin
parentfe4d04c55514c2e5b23cea509301acfe28819b7c (diff)
downloadFreeBSD-src-26c2f5823f8c186d172929f55c130adbcdeab3e4.zip
FreeBSD-src-26c2f5823f8c186d172929f55c130adbcdeab3e4.tar.gz
Fix the output glitch.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index f45a74c..e965520 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)
OpenPOWER on IntegriCloud