diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-07-23 03:45:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-07-23 03:45:18 +0000 |
| commit | 484af509746b10bbfa7addeda0c8edd76d94a0a2 (patch) | |
| tree | 9bce8a31b8157241d92b276dbc30283d6bca25fc | |
| parent | a0982e93091c985ba873ef7df8758b3c78ae93d5 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index e47a51cdc766..c6a4d6e37ff0 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -416,7 +416,7 @@ DMenu MenuMouse = { "Please configure your mouse", "You can cut and paste text in the text console by running the mouse\n" "daemon. Specify a port and a protocol type of your mouse and enable\n" - "the mouse daemon. If you don't want this feature, select 4 to disable\n" + "the mouse daemon. If you don't want this feature, select 6 to disable\n" "the daemon.\n" "Once you've enabled the mouse daemon, you can specify \"/dev/sysmouse\"\n" "as your mouse device and \"SysMouse\" or \"MouseSystems\" as mouse\n" diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index e47a51cdc766..c6a4d6e37ff0 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -416,7 +416,7 @@ DMenu MenuMouse = { "Please configure your mouse", "You can cut and paste text in the text console by running the mouse\n" "daemon. Specify a port and a protocol type of your mouse and enable\n" - "the mouse daemon. If you don't want this feature, select 4 to disable\n" + "the mouse daemon. If you don't want this feature, select 6 to disable\n" "the daemon.\n" "Once you've enabled the mouse daemon, you can specify \"/dev/sysmouse\"\n" "as your mouse device and \"SysMouse\" or \"MouseSystems\" as mouse\n" diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index e47a51cdc766..c6a4d6e37ff0 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -416,7 +416,7 @@ DMenu MenuMouse = { "Please configure your mouse", "You can cut and paste text in the text console by running the mouse\n" "daemon. Specify a port and a protocol type of your mouse and enable\n" - "the mouse daemon. If you don't want this feature, select 4 to disable\n" + "the mouse daemon. If you don't want this feature, select 6 to disable\n" "the daemon.\n" "Once you've enabled the mouse daemon, you can specify \"/dev/sysmouse\"\n" "as your mouse device and \"SysMouse\" or \"MouseSystems\" as mouse\n" |
