summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-16 21:57:35 +0000
committerjkh <jkh@FreeBSD.org>1996-06-16 21:57:35 +0000
commitc6e3d799ef162feb2fedba8677731a7b78ff8d32 (patch)
tree3b76ec3e6ba444668ab2c5be46c89dac2cc9b95f /release/sysinstall/menus.c
parent4e8ccabc814c59d749b8668436e88de78f3c617d (diff)
downloadFreeBSD-src-c6e3d799ef162feb2fedba8677731a7b78ff8d32.zip
FreeBSD-src-c6e3d799ef162feb2fedba8677731a7b78ff8d32.tar.gz
Check network status earlier in FTP/NFS installs in order to reduce
user frustration.
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index ec43b9a..2916fcc 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.66 1996/06/12 17:09:32 jkh Exp $
+ * $Id: menus.c,v 1.67 1996/06/13 17:07:39 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -210,7 +210,7 @@ option by pressing [ENTER].", /* prompt */
"Press F1 for usage instructions", /* help line */
"usage", /* help file */
{ { "1 Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
- { "2 Doc", "More detailed documentation on FreeBSD", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
+ { "2 Doc", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
{ "3 Options", "Go to the options editor", NULL, optionsEditor },
{ "4 Novice", "Begin a novice installation (for beginners)", NULL, installNovice },
{ "5 Express", "Begin a quick installation (for the impatient)", NULL, installExpress },
OpenPOWER on IntegriCloud