summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-27 12:44:43 +0000
committerjkh <jkh@FreeBSD.org>1996-11-27 12:44:43 +0000
commit26c9e6ed97f85c4895662ed0de6ccb3c76c57c7a (patch)
tree1f48bbc197a6c20030ef56c17161608b49982557 /usr.sbin
parentdfcd1b5ec2799a018912148b02def11a6b452eaf (diff)
downloadFreeBSD-src-26c9e6ed97f85c4895662ed0de6ccb3c76c57c7a.zip
FreeBSD-src-26c9e6ed97f85c4895662ed0de6ccb3c76c57c7a.tar.gz
Correct some typos relating to PC98 server selection.
Submitted-By: HOSOKAWA Tatsumi <hosokawa@mt.cs.keio.ac.jp>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/menus.c8
-rw-r--r--usr.sbin/sysinstall/menus.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index ec5fe98..a7921ad 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/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.95 1996/11/09 16:47:05 joerg Exp $
+ * $Id: menus.c,v 1.96 1996/11/09 18:12:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -784,7 +784,7 @@ DMenu MenuXF86SelectCore = {
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_HTML },
{ "lib", "Data files needed at runtime [750K]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LIB },
- { "lk90", "Server link kit for PC98 machines [8.8M]",
+ { "lk98", "Server link kit for PC98 machines [8.8M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LKIT98 },
{ "lkit", "Server link kit for all other machines [8.8M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LKIT },
@@ -844,8 +844,8 @@ DMenu MenuXF86SelectServer = {
"X Server selection.",
"Please check off the types of X servers you wish to install.\n"
"If you are unsure as to which server will work for your graphics card,\n"
- "it is recommended that try the SVGA or VGA16 servers (the VGA16 and\n"
- "Mono servers are particularly well-suited to most LCD displays).",
+ "it is recommended that try the SVGA or VGA16 servers or, for PC98\n"
+ "machines, the 9EGC or 9840 servers.",
"Press F1 to read the XFree86 release notes for FreeBSD",
"XF86",
{ { "SVGA", "Standard VGA or Super VGA card [2.8M]",
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index ec5fe98..a7921ad 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/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.95 1996/11/09 16:47:05 joerg Exp $
+ * $Id: menus.c,v 1.96 1996/11/09 18:12:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -784,7 +784,7 @@ DMenu MenuXF86SelectCore = {
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_HTML },
{ "lib", "Data files needed at runtime [750K]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LIB },
- { "lk90", "Server link kit for PC98 machines [8.8M]",
+ { "lk98", "Server link kit for PC98 machines [8.8M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LKIT98 },
{ "lkit", "Server link kit for all other machines [8.8M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LKIT },
@@ -844,8 +844,8 @@ DMenu MenuXF86SelectServer = {
"X Server selection.",
"Please check off the types of X servers you wish to install.\n"
"If you are unsure as to which server will work for your graphics card,\n"
- "it is recommended that try the SVGA or VGA16 servers (the VGA16 and\n"
- "Mono servers are particularly well-suited to most LCD displays).",
+ "it is recommended that try the SVGA or VGA16 servers or, for PC98\n"
+ "machines, the 9EGC or 9840 servers.",
"Press F1 to read the XFree86 release notes for FreeBSD",
"XF86",
{ { "SVGA", "Standard VGA or Super VGA card [2.8M]",
OpenPOWER on IntegriCloud