From 9d3a820b8ffa3e32b026469b6100b9778b6bc57e Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 16 Oct 1995 23:02:35 +0000 Subject: [PATCH] Sync to my current development srcs. I'm about to go off the air here for awhile wwhile they work on my phone lines. --- release/sysinstall/options.c | 6 +++--- usr.sbin/sysinstall/options.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index 294c27847973..8449fcf63712 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.8 1995/10/14 09:30:53 jkh Exp $ + * $Id: options.c,v 1.9 1995/10/16 15:14:19 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -99,9 +99,9 @@ static Option Options[] = { OPT_IS_FUNC, mediaSetCPIOVerbosity, CPIO_VERBOSITY_LEVEL, varCheck }, { "Release Name", "Which release to attempt to load from installation media", OPT_IS_FUNC, installSelectRelease, RELNAME, varCheck }, -{ "Browser Package", "This is the browser package you wish to use for viewing HTML", +{ "Browser Package", "This is the browser package that will be used for viewing HTML", OPT_IS_FUNC, docSelectBrowserPkg, BROWSER_PACKAGE, varCheck }, -{ "Browser Binary", "This is the path to the main binary from the broswer package", +{ "Browser Binary", "This is the path to the main binary from the browser package", OPT_IS_FUNC, docSelectBrowserBin, BROWSER_BINARY, varCheck }, { "Reset Flags", "Reset all flag values to defaults", OPT_IS_FUNC, resetFlags, 0, resetLogo }, diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 294c27847973..8449fcf63712 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.8 1995/10/14 09:30:53 jkh Exp $ + * $Id: options.c,v 1.9 1995/10/16 15:14:19 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -99,9 +99,9 @@ static Option Options[] = { OPT_IS_FUNC, mediaSetCPIOVerbosity, CPIO_VERBOSITY_LEVEL, varCheck }, { "Release Name", "Which release to attempt to load from installation media", OPT_IS_FUNC, installSelectRelease, RELNAME, varCheck }, -{ "Browser Package", "This is the browser package you wish to use for viewing HTML", +{ "Browser Package", "This is the browser package that will be used for viewing HTML", OPT_IS_FUNC, docSelectBrowserPkg, BROWSER_PACKAGE, varCheck }, -{ "Browser Binary", "This is the path to the main binary from the broswer package", +{ "Browser Binary", "This is the path to the main binary from the browser package", OPT_IS_FUNC, docSelectBrowserBin, BROWSER_BINARY, varCheck }, { "Reset Flags", "Reset all flag values to defaults", OPT_IS_FUNC, resetFlags, 0, resetLogo },