diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-04-17 10:42:41 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-04-17 10:42:41 +0000 |
| commit | e6c0365295e0e7f0fc3ecba3b069ff63bb8d7b73 (patch) | |
| tree | ff2ac2d8d45a0096dd2cd4d9c4b84c6a04e50e78 /etc/etc.alpha | |
| parent | bda79b63d693ccab91e9d37849f43f242ee0abc4 (diff) | |
Notes
Diffstat (limited to 'etc/etc.alpha')
| -rw-r--r-- | etc/etc.alpha/ttys | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index 4ec376e007b1..169d40c44599 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -15,8 +15,10 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is cons25. Other -# common values include network for network connections on +# For virtual consoles, the correct type is typically cons25, but +# vt220 will work better if you need interoperability with other +# systems like Solaris or GNU/Linux. +# Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. # |
