summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-19 00:17:55 +0000
committerache <ache@FreeBSD.org>1994-11-19 00:17:55 +0000
commit36e48a14003c6b900c9d909f9e0594b65a625331 (patch)
tree685377d0e5c013d06587d18deadd8b4634050d66 /sbin/sysinstall
parentb07ce32e95ca665d9f14f883040fa3fdf1805681 (diff)
downloadFreeBSD-src-36e48a14003c6b900c9d909f9e0594b65a625331.zip
FreeBSD-src-36e48a14003c6b900c9d909f9e0594b65a625331.tar.gz
Insert newline into too long line
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/stage2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c
index c03b8ee..b9dac93 100644
--- a/sbin/sysinstall/stage2.c
+++ b/sbin/sysinstall/stage2.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage2.c,v 1.15 1994/11/17 19:44:53 ache Exp $
+ * $Id: stage2.c,v 1.16 1994/11/18 11:30:04 phk Exp $
*
*/
@@ -138,6 +138,6 @@ stage2()
/* Don't do error-check, we reboot anyway... */
unmount(dbuf, 0);
}
- dialog_msgbox(TITLE,"Remove the floppy from the drive and hit return to reboot from the hard disk", -1, -1, 1);
+ dialog_msgbox(TITLE,"Remove the floppy from the drive\nand hit return to reboot from the hard disk", -1, -1, 1);
dialog_clear();
}
OpenPOWER on IntegriCloud