Deleted Added
full compact
ttys.5 (2286) ttys.5 (15645)
1.\" Copyright (c) 1985, 1991 The Regents of the University of California.
2.\" All rights reserved.
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the

--- 13 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the

--- 13 unchanged lines hidden (view full) ---

24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)ttys.5 6.8 (Berkeley) 5/4/91
33.\"
34.Dd May 4, 1991
32.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
33.\" $Id: ttys.5,v 1.1.1.2 1996/04/13 15:33:16 joerg Exp $
34.\" "
35.Dd June 4, 1993
35.Dt TTYS 5
36.Os
37.Sh NAME
38.Nm ttys
39.Nd terminal initialization information
40.Sh DESCRIPTION
41The file
42.Nm ttys

--- 48 unchanged lines hidden (view full) ---

91will maintain for the terminal line.
92.Pp
93As flag values, the strings ``on'' and ``off'' specify that
94.Xr init
95should (should not) execute the command given in the second field,
96while ``secure'' (if ``on'' is also specified) allows users with a
97uid of 0 to login on
98this line.
36.Dt TTYS 5
37.Os
38.Sh NAME
39.Nm ttys
40.Nd terminal initialization information
41.Sh DESCRIPTION
42The file
43.Nm ttys

--- 48 unchanged lines hidden (view full) ---

92will maintain for the terminal line.
93.Pp
94As flag values, the strings ``on'' and ``off'' specify that
95.Xr init
96should (should not) execute the command given in the second field,
97while ``secure'' (if ``on'' is also specified) allows users with a
98uid of 0 to login on
99this line.
100The flags ``local'', ``rtscts'', ``mdmbuf'', and ``softcar''
101modify the default behaviour of the terminal line, and their actions
102are driver dependent.
103The ``local'' flag causes the driver to
104treat the line as if it locally connected.
105The ``rtscts'' flag
106instructs the driver to use RTS/CTS hardware flow control, if
107possible.
108The ``mdmbuf'' flag instructs the driver to use
109DTR/DCD flow control, if possible.
110The ``softcar'' flag causes the driver to ignore
111hardware carrier on the line.
99These flag fields should not be quoted.
100.Pp
101The string ``window='' may be followed by a quoted command
102string which
103.Xr init
104will execute
105.Em before
106starting the command specified by the second field.

--- 20 unchanged lines hidden (view full) ---

127.Sh SEE ALSO
128.Xr login 1 ,
129.Xr getttyent 3 ,
130.Xr ttyslot 3 ,
131.Xr gettytab 5 ,
132.Xr termcap 5 ,
133.Xr getty 8 ,
134.Xr init 8
112These flag fields should not be quoted.
113.Pp
114The string ``window='' may be followed by a quoted command
115string which
116.Xr init
117will execute
118.Em before
119starting the command specified by the second field.

--- 20 unchanged lines hidden (view full) ---

140.Sh SEE ALSO
141.Xr login 1 ,
142.Xr getttyent 3 ,
143.Xr ttyslot 3 ,
144.Xr gettytab 5 ,
145.Xr termcap 5 ,
146.Xr getty 8 ,
147.Xr init 8
148.\".Xr init 8 ,
149.\".Xr ttyflags 8
135.Sh HISTORY
136A
137.Nm
138file appeared in
139.At v6 .
150.Sh HISTORY
151A
152.Nm
153file appeared in
154.At v6 .