diff options
author | ed <ed@FreeBSD.org> | 2011-03-30 08:22:29 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-03-30 08:22:29 +0000 |
commit | 56f0a079541c3bed6f955bb27996d7a8d58e9d8d (patch) | |
tree | 66887860e56a771142e966562526ea00f8bc933a /etc/etc.ia64/ttys | |
parent | 47909b5bffde5646bc91092a047f79d1b5bf2bbd (diff) | |
download | FreeBSD-src-56f0a079541c3bed6f955bb27996d7a8d58e9d8d.zip FreeBSD-src-56f0a079541c3bed6f955bb27996d7a8d58e9d8d.tar.gz |
Remove the reference to pseudo-terminals from the description.
Pseudo-terminals are no longer listed in this file, since the utmpx
implementation doesn't depend on ttyslot().
Diffstat (limited to 'etc/etc.ia64/ttys')
-rw-r--r-- | etc/etc.ia64/ttys | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.ia64/ttys b/etc/etc.ia64/ttys index 4c7bc12..2da3461 100644 --- a/etc/etc.ia64/ttys +++ b/etc/etc.ia64/ttys @@ -16,9 +16,8 @@ # 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 typically xterm. -# 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. +# Other common values include dialup for incoming modem ports, and +# unknown when the terminal type cannot be predetermined. # # status Must be on or off. If on, init will run the getty program on # the specified port. If the word "secure" appears, this tty |