ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete.

This commit is contained in:
Jilles Tjoelker 2014-03-09 22:38:11 +00:00
parent 6f402eb3cc
commit dd4abc6a5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262963

View File

@ -28,7 +28,7 @@
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" " .\" "
.Dd May 27, 2005 .Dd March 9, 2014
.Dt TTYS 5 .Dt TTYS 5
.Os .Os
.Sh NAME .Sh NAME
@ -39,6 +39,9 @@ The file
.Nm .Nm
contains information that is used by various routines to initialize contains information that is used by various routines to initialize
and control the use of terminal special files. and control the use of terminal special files.
Pseudo-terminals (see
.Xr pts 4 )
are not listed.
This information is read with the This information is read with the
.Xr getttyent 3 .Xr getttyent 3
library routines. library routines.
@ -106,8 +109,7 @@ The flag ``secure'' (if the console is enabled) allows users with a
uid of 0 to login on uid of 0 to login on
this line. this line.
The flag ``dialin'' indicates that a tty entry describes a dialin The flag ``dialin'' indicates that a tty entry describes a dialin
line, and ``network'' indicates that a tty entry provides a line, and ``network'' is obsolete and does nothing.
network connection.
Either of these strings may also be specified in the terminal type Either of these strings may also be specified in the terminal type
field. field.
The string ``window='' may be followed by a quoted command The string ``window='' may be followed by a quoted command
@ -150,9 +152,6 @@ ttyh0 "/usr/libexec/getty std.9600" hp2621-nl on group=dialup # 457 Evans
ttyh1 "/usr/libexec/getty std.9600" vt100 on group=dialup # 459 Evans ttyh1 "/usr/libexec/getty std.9600" vt100 on group=dialup # 459 Evans
# terminal emulate/window system # terminal emulate/window system
ttyv0 "/usr/local/bin/xterm -display :0" xterm on window="/usr/local/bin/X :0" ttyv0 "/usr/local/bin/xterm -display :0" xterm on window="/usr/local/bin/X :0"
# Network pseudo ttys -- don't enable getty
ttyp0 none network group=pty
ttyp1 none network off group=pty
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr login 1 , .Xr login 1 ,