diff options
Diffstat (limited to 'etc/gettytab')
| -rw-r--r-- | etc/gettytab | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/etc/gettytab b/etc/gettytab index 29eb925ff748..c0ac99a0da25 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -9,7 +9,7 @@ # entries, and in cases where getty is called with no table name # # cb, ce and ck are desirable on most crt's. The non-crt entries need to -# be changed to turn them off (ce@:ce@:ck@:). +# be changed to turn them off (cb@:ce@:ck@:). # # Parity defaults to even. There ought to be more alternative entries with # no parity. The Pc entry already has no parity.. The different parities @@ -46,31 +46,31 @@ default:\ # be assigned to any table desired (hopefully the same speed). # a|std.110|110-baud:\ - :nd#1:cd#1:uc:sp#110: + :np:nd#1:cd#1:uc:sp#110: b|std.134|134.5-baud:\ - :ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl: + :np:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl: 1|std.150|150-baud:\ - :ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 : + :np:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 : c|std.300|300-baud:\ - :nd#1:cd#1:sp#300: + :np:nd#1:cd#1:sp#300: d|std.600|600-baud:\ - :nd#1:cd#1:sp#600: + :np:nd#1:cd#1:sp#600: f|std.1200|1200-baud:\ - :fd#1:sp#1200: + :np:fd#1:sp#1200: 6|std.2400|2400-baud:\ - :sp#2400: + :np:sp#2400: 7|std.4800|4800-baud:\ - :sp#4800: + :np:sp#4800: 2|std.9600|9600-baud:\ - :sp#9600: + :np:sp#9600: g|std.19200|19200-baud:\ - :sp#19200: + :np:sp#19200: std.38400|38400-baud:\ - :sp#38400: + :np:sp#38400: std.57600|57600-baud:\ - :sp#57600: + :np:sp#57600: std.115200|115200-baud:\ - :sp#115200: + :np:sp#115200: # # Dial in rotary tables, speed selection via 'break' @@ -136,7 +136,7 @@ X|Xwindow|X window system:\ :fd@:nd@:cd@:rw:sp#9600: P|Pc|Pc console:\ - :np:sp#115200: + :ht:np:sp#115200: # # Wierdo special case for fast crt's with hardcopy devices |
