diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-11-10 01:23:13 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-11-10 01:23:13 +0000 |
commit | f85d696ee40bbf9aaa8c17bed755f49cb6e03919 (patch) | |
tree | c02dbbab1a3dfff8fc93a7d946d12090bbecbc8c | |
parent | 15f00c2a5970c84e7d95f75188b8c90f66ea77e8 (diff) | |
download | FreeBSD-src-f85d696ee40bbf9aaa8c17bed755f49cb6e03919.zip FreeBSD-src-f85d696ee40bbf9aaa8c17bed755f49cb6e03919.tar.gz |
>From: Adam David <adam@veda.is>
Date: Wed, 10 Nov 1993 00:51:19 GMT
Subject: typo in etc/gettytab
[editor: fix typo in comment about what things need turned off for
none crt entries]
-rw-r--r-- | etc/gettytab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/gettytab b/etc/gettytab index 29eb925..5c2d729 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 |