s/getty/mingetty/

This commit is contained in:
Michael Kerrisk 2007-11-17 05:35:14 +00:00
parent 6b3b1d7c3a
commit f903d23a41
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ Each line consisted of three characters.
The first character was either '0' or '1', where '0' meant "ignore".
The second character denoted the terminal: '8' stood for "/dev/tty8".
The third character was an argument to
.BR getty (8)
.BR mingetty (8)
indicating the sequence of line speeds to try ('\-' was: start trying
110 baud).
Thus a typical line was "18\-".
@ -69,7 +69,7 @@ signaling init, changing back again, and signaling init again.
.LP
In Unix V7 the format was changed: here the second character
was the argument to
.BR getty (8)
.BR mingetty (8)
indicating the sequence of line speeds to try ('0' was: cycle through
300-1200-150-110 baud; '4' was for the on-line console DECwriter)
while the rest of the line contained the name of the tty.

View File

@ -134,7 +134,7 @@ with the needed \fIut_id\fP can be found, init creates a new one.
It sets \fIut_id\fP from the inittab, \fIut_pid\fP and \fIut_time\fP to the
current values, and \fIut_type\fP to \fBINIT_PROCESS\fP.
.PP
.BR getty (8)
.BR mingetty (8)
locates the entry by the PID, changes \fIut_type\fP to
\fBLOGIN_PROCESS\fP, changes \fIut_time\fP, sets \fIut_line\fP, and waits
for connection to be established.
@ -143,7 +143,7 @@ after a user has been
authenticated, changes \fIut_type\fP to \fBUSER_PROCESS\fP, changes
\fIut_time\fP, and sets \fIut_host\fP and \fIut_addr\fP.
Depending on
.BR getty (8)
.BR mingetty (8)
and
.BR login (1),
records may be located by
@ -189,7 +189,7 @@ changes it.
.BR login (1),
.BR init (8),
and some versions of
.BR getty (8).
.BR mingetty (8).
Neither of these programs creates the file, so if it is
removed, record-keeping is turned off.
.PP