Deleted Added
full compact
gettytab (6489) gettytab (9306)
1# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
2#
3# Most of the table entries here are just copies of the old getty table,
4# it is by no means certain, or even likely, that any of them are optimal
5# for any purpose whatever. Nor is it likely that more than a couple are
6# even correct.
7#
8# The default gettytab entry, used to set defaults for all other
1# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
2#
3# Most of the table entries here are just copies of the old getty table,
4# it is by no means certain, or even likely, that any of them are optimal
5# for any purpose whatever. Nor is it likely that more than a couple are
6# even correct.
7#
8# The default gettytab entry, used to set defaults for all other
9# entries, and in cases where getty is called with no table name
9# entries, and in cases where getty is called with no table name.
10#
11# cb, ce and ck are desirable on most crt's. The non-crt entries need to
10#
11# cb, ce and ck are desirable on most crt's. The non-crt entries need to
12# be changed to turn them off (cb@:ce@:ck@:).
12# be changed to turn them off (:cb@:ce@:ck@:).
13#
14# lc should always be on; it's a remainder of some stone age when there
15# have been terminals around not being able of handling lower-case
16# characters. Those terminals aren't supported any longer, but getty is
17# `smart' about them by default.
18#
13#
14# lc should always be on; it's a remainder of some stone age when there
15# have been terminals around not being able of handling lower-case
16# characters. Those terminals aren't supported any longer, but getty is
17# `smart' about them by default.
18#
19# Parity defaults to even. There ought to be more alternative entries with
20# no parity. The Pc entry already has no parity.. The different parities
21# are:
19# Parity defaults to even, but the Pc entry and all the `std' entries
20# specify no parity. The different parities are:
22# (none): same as even except -inpck instead of inpck for login.
23# ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and
24# fake parity. login will use even parity (cs7 parenb -parodd).
25# op: same as ep except odd parity (cs7 parenb parodd) for login.
26# op overrides ep.
27# ap: same as ep except -inpck instead of inpck for login.
28# ap overrides op and ep.
29# np: 1. don't fake parity in getty. The fake parity garbles

--- 149 unchanged lines hidden ---
21# (none): same as even except -inpck instead of inpck for login.
22# ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and
23# fake parity. login will use even parity (cs7 parenb -parodd).
24# op: same as ep except odd parity (cs7 parenb parodd) for login.
25# op overrides ep.
26# ap: same as ep except -inpck instead of inpck for login.
27# ap overrides op and ep.
28# np: 1. don't fake parity in getty. The fake parity garbles

--- 149 unchanged lines hidden ---