diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-03-30 08:22:29 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-03-30 08:22:29 +0000 |
commit | b15ce1ef26576bbee0b7667e0e104d9c7fe13226 (patch) | |
tree | 66887860e56a771142e966562526ea00f8bc933a /etc/etc.mips | |
parent | 86fdaae573a38afef52c74de986704c2f8895a2b (diff) |
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().
Notes
Notes:
svn path=/head/; revision=220154
Diffstat (limited to 'etc/etc.mips')
-rw-r--r-- | etc/etc.mips/ttys | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.mips/ttys b/etc/etc.mips/ttys index fdbeb723f250..2fbeae5282f1 100644 --- a/etc/etc.mips/ttys +++ b/etc/etc.mips/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 |