summaryrefslogtreecommitdiffstats
path: root/libexec/getty
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-03-09 22:38:11 +0000
committerjilles <jilles@FreeBSD.org>2014-03-09 22:38:11 +0000
commit5ad2ce4e5b478b4c41f16dd5cb93e3d80f42bc90 (patch)
tree1cf011f07ed3e3b735e6c65cde232c2d0b903702 /libexec/getty
parent1911959b6c96f3a46824e0f64b99f5583f53f0a7 (diff)
downloadFreeBSD-src-5ad2ce4e5b478b4c41f16dd5cb93e3d80f42bc90.zip
FreeBSD-src-5ad2ce4e5b478b4c41f16dd5cb93e3d80f42bc90.tar.gz
ttys(5): Pseudo-terminals are not listed and the network keyword is obsolete.
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/ttys.511
1 files changed, 5 insertions, 6 deletions
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index e555c4f..d4c7f1d 100644
--- a/libexec/getty/ttys.5
+++ b/libexec/getty/ttys.5
@@ -28,7 +28,7 @@
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\" "
-.Dd May 27, 2005
+.Dd March 9, 2014
.Dt TTYS 5
.Os
.Sh NAME
@@ -39,6 +39,9 @@ The file
.Nm
contains information that is used by various routines to initialize
and control the use of terminal special files.
+Pseudo-terminals (see
+.Xr pts 4 )
+are not listed.
This information is read with the
.Xr getttyent 3
library routines.
@@ -106,8 +109,7 @@ The flag ``secure'' (if the console is enabled) allows users with a
uid of 0 to login on
this line.
The flag ``dialin'' indicates that a tty entry describes a dialin
-line, and ``network'' indicates that a tty entry provides a
-network connection.
+line, and ``network'' is obsolete and does nothing.
Either of these strings may also be specified in the terminal type
field.
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
# terminal emulate/window system
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
.Sh SEE ALSO
.Xr login 1 ,
OpenPOWER on IntegriCloud