diff options
author | kato <kato@FreeBSD.org> | 1997-08-11 14:41:18 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-08-11 14:41:18 +0000 |
commit | d18cfb8af28db1574d9f392786def6fafd920c6a (patch) | |
tree | c317942869cd015835d5a5daa895e44c784a9e52 /sys | |
parent | 3c74d22281015fbfc850469d387880ffbac81f2e (diff) | |
download | FreeBSD-src-d18cfb8af28db1574d9f392786def6fafd920c6a.zip FreeBSD-src-d18cfb8af28db1574d9f392786def6fafd920c6a.tar.gz |
Synchronize with sys/i386/i386/userconfig.c revision 1.87.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/i386/userconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index e4a05bf..2de9bb7 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -46,7 +46,7 @@ ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** - ** $Id: userconfig.c,v 1.29 1997/03/15 15:44:05 kato Exp $ + ** $Id: userconfig.c,v 1.30 1997/06/23 09:31:58 kato Exp $ **/ /** @@ -2372,7 +2372,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.29 1997/03/15 15:44:05 kato Exp $ + * $Id: userconfig.c,v 1.30 1997/06/23 09:31:58 kato Exp $ */ #include "scbus.h" @@ -2777,8 +2777,8 @@ introfunc(CmdParm *parms) int curr_item, first_time, extended = 0; static char *choices[] = { " Skip kernel configuration and continue with installation ", - " Start kernel configuration in Visual mode ", - " Start kernel configuration in CLI mode (experts only) ", + " Start kernel configuration in full-screen visual mode ", + " Start kernel configuration in CLI mode ", }; clear(); |