diff options
author | hm <hm@FreeBSD.org> | 2000-03-31 08:58:50 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-03-31 08:58:50 +0000 |
commit | daccb4f1cca0b6d6d43c88e08f8b012b80851c49 (patch) | |
tree | 7b78ea80310b07fe5eefcff7a9c20d7152a4653d | |
parent | 82f49df3527a7a33a90f907207f4b4e0e540cf5a (diff) | |
download | FreeBSD-src-daccb4f1cca0b6d6d43c88e08f8b012b80851c49.zip FreeBSD-src-daccb4f1cca0b6d6d43c88e08f8b012b80851c49.tar.gz |
remove useless PCVT_EMU_MOUSE option.
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index bb4a375..7f7d99c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -994,7 +994,6 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_EMU_MOUSE options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index bb4a375..7f7d99c 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -994,7 +994,6 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_EMU_MOUSE options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index bb4a375..7f7d99c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -994,7 +994,6 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_EMU_MOUSE options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 |