diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-08-30 06:16:06 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-08-30 06:16:06 +0000 |
| commit | 85e7eea35335454aea3d8163296b114c0aa2adb6 (patch) | |
| tree | 921282826b57afa9d84fd147a8fa594e52c9cbad /etc | |
| parent | 32f252bd16ae952ffc445603fb835895d3f86c94 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/gettytab | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/gettytab b/etc/gettytab index 5e11851a67bf..b08777464603 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -6,19 +6,18 @@ # even correct. # # The default gettytab entry, used to set defaults for all other -# entries, and in cases where getty is called with no table name +# 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 (cb@:ce@:ck@:). +# be changed to turn them off (:cb@:ce@:ck@:). # # lc should always be on; it's a remainder of some stone age when there # have been terminals around not being able of handling lower-case # characters. Those terminals aren't supported any longer, but getty is # `smart' about them by default. # -# Parity defaults to even. There ought to be more alternative entries with -# no parity. The Pc entry already has no parity.. The different parities -# are: +# Parity defaults to even, but the Pc entry and all the `std' entries +# specify no parity. The different parities are: # (none): same as even except -inpck instead of inpck for login. # ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and # fake parity. login will use even parity (cs7 parenb -parodd). |
