summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-02-15 08:51:34 +0000
committeryokota <yokota@FreeBSD.org>2000-02-15 08:51:34 +0000
commit241a2df74b5fc35db9427f0979a3a4a4ba69ac18 (patch)
tree433641c552753cb776b3a726ace414b60a9a8b88 /release/sysinstall
parent780f308962d5980b13a045ad4b988f98c70059c2 (diff)
downloadFreeBSD-src-241a2df74b5fc35db9427f0979a3a4a4ba69ac18.zip
FreeBSD-src-241a2df74b5fc35db9427f0979a3a4a4ba69ac18.tar.gz
Change the text in the mouse protocol menu to indicate that protocols
for serial mice won't work with the PS/2 and bus mice. No functional change. Approved by: jkh
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/menus.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index a1ad02b..92ff4c1 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -372,12 +372,16 @@ DMenu MenuDocumentation = {
DMenu MenuMouseType = {
DMENU_RADIO_TYPE | DMENU_SELECTION_RETURNS,
"Select a protocol type for your mouse",
- "If you are not sure, choose \"Auto\". It should always work for bus\n"
- "and PS/2 style mice. It may not work for the serial mouse if the mouse\n"
- "does not support the PnP standard. But, it won't hurt. Many 2-button\n"
- "serial mice are compatible with \"Microsoft\" or \"MouseMan\". 3-button\n"
- "serial mice may be compatible with \"MouseSystems\" or \"MouseMan\". If\n"
- "the mouse has a wheel, it may be compatible with \"IntelliMouse\".",
+ "If your mouse is attached to the PS/2 mouse port or the bus mouse port,\n"
+ "you should always choose \"Auto\", regardless of the model and the brand\n"
+ "of the mouse. All other protocol types are for serial mice and should\n"
+ "not be used with the PS/2 port mouse or the bus mouse. If you have\n"
+ "a serial mouse and are not sure about its protocol, you should also try\n"
+ "\"Auto\". It may not work for the serial mouse if the mouse does not\n"
+ "support the PnP standard. But, it won't hurt. Many 2-button serial mice\n"
+ "are compatible with \"Microsoft\" or \"MouseMan\". 3-button serial mice\n"
+ "may be compatible with \"MouseSystems\" or \"MouseMan\". If the serial\n"
+ "mouse has a wheel, it may be compatible with \"IntelliMouse\".",
NULL,
NULL,
{ { "1 Auto", "Bus mouse, PS/2 style mouse or PnP serial mouse",
OpenPOWER on IntegriCloud