Fix typos (of the printed output kind).
This commit is contained in:
parent
12510ea316
commit
b3c112739c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26277
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
|
||||
* $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self)
|
||||
}
|
||||
|
||||
if (!directory_exists("/dist/CDE/")) {
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n"
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n"
|
||||
"FreeBSD Desktop/Pro distribution in the drive and try this operation again.");
|
||||
return DITEM_FAILURE | DITEM_RESTORE;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $
|
||||
* $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self)
|
||||
dialog_clear_norefresh();
|
||||
msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n"
|
||||
"scheme for your hard disk. If you simply wish to devote all disk space\n"
|
||||
"to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n"
|
||||
"to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n"
|
||||
"then use the (A)ll command to select the default partitioning scheme followed\n"
|
||||
"by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n"
|
||||
"partition marked \"unused\" and use the (C)reate command.");
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
|
||||
* $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self)
|
||||
}
|
||||
|
||||
if (!directory_exists("/dist/CDE/")) {
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n"
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n"
|
||||
"FreeBSD Desktop/Pro distribution in the drive and try this operation again.");
|
||||
return DITEM_FAILURE | DITEM_RESTORE;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $
|
||||
* $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self)
|
||||
dialog_clear_norefresh();
|
||||
msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n"
|
||||
"scheme for your hard disk. If you simply wish to devote all disk space\n"
|
||||
"to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n"
|
||||
"to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n"
|
||||
"then use the (A)ll command to select the default partitioning scheme followed\n"
|
||||
"by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n"
|
||||
"partition marked \"unused\" and use the (C)reate command.");
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $
|
||||
* $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self)
|
||||
}
|
||||
|
||||
if (!directory_exists("/dist/CDE/")) {
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n"
|
||||
msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n"
|
||||
"FreeBSD Desktop/Pro distribution in the drive and try this operation again.");
|
||||
return DITEM_FAILURE | DITEM_RESTORE;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $
|
||||
* $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self)
|
||||
dialog_clear_norefresh();
|
||||
msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n"
|
||||
"scheme for your hard disk. If you simply wish to devote all disk space\n"
|
||||
"to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n"
|
||||
"to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n"
|
||||
"then use the (A)ll command to select the default partitioning scheme followed\n"
|
||||
"by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n"
|
||||
"partition marked \"unused\" and use the (C)reate command.");
|
||||
|
Loading…
Reference in New Issue
Block a user