diff --git a/man3/ttyslot.3 b/man3/ttyslot.3 index c645f27c7..a4036d959 100644 --- a/man3/ttyslot.3 +++ b/man3/ttyslot.3 @@ -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. diff --git a/man5/utmp.5 b/man5/utmp.5 index b734184f1..e6a306fd2 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -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