Bell 32V development
authorTom London <tbl@research.uucp>
Sat, 9 Dec 1978 04:02:12 +0000 (23:02 -0500)
committerTom London <tbl@research.uucp>
Sat, 9 Dec 1978 04:02:12 +0000 (23:02 -0500)
Work on file usr/man/man5/ttys.5

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/man/man5/ttys.5 [new file with mode: 0644]

diff --git a/usr/man/man5/ttys.5 b/usr/man/man5/ttys.5
new file mode 100644 (file)
index 0000000..03da300
--- /dev/null
@@ -0,0 +1,36 @@
+.TH TTYS 5 
+.SH NAME
+ttys \- terminal initialization data
+.SH DESCRIPTION
+The
+.I ttys
+file is read by the
+.I init
+program and specifies
+which terminal special files are to have
+a process created for them which will allow people to
+log in.
+It contains one line per special file.
+.PP
+The first character of a line is either `0' or `1';
+the former causes the line to be ignored,
+the latter causes it to be effective.
+The second character is used as an argument to
+.IR getty (8),
+which performs such tasks as baud-rate recognition,
+reading the login name,
+and calling
+.I login.
+For normal lines,
+the character is `0';
+other characters can be used, for example, with hard-wired terminals
+where speed recognition is unnecessary
+or which have special characteristics.
+.RI ( Getty
+will have to be fixed in such cases.)
+The remainder of the line is the terminal's entry
+in the device directory, /dev.
+.SH FILES
+/etc/ttys
+.SH "SEE ALSO"
+init(8), getty(8), login(1)