Print this page
14249 pseudo-terminal nomenclature should reflect POSIX
Change-Id: Ib4a3cef899ff4c71b09cb0dc6878863c5e8357bc

*** 14,28 **** server (see inetd(1M)), for requests to connect to the TELNET port as indicated by the /etc/services file (see services(4)). in.telnetd operates by allocating a pseudo-terminal device for a ! client, then creating a login process which has the slave side of the ! pseudo-terminal as its standard input, output, and error. in.telnetd ! manipulates the master side of the pseudo-terminal, implementing the ! TELNET protocol and passing characters between the remote client and ! the login process. When a TELNET session starts up, in.telnetd sends TELNET options to the client side indicating a willingness to do remote echo of characters, and to suppress go ahead. The pseudo-terminal allocated to the client --- 14,28 ---- server (see inetd(1M)), for requests to connect to the TELNET port as indicated by the /etc/services file (see services(4)). in.telnetd operates by allocating a pseudo-terminal device for a ! client, then creating a login process which has the subsidiary side of ! the pseudo-terminal as its standard input, output, and error. ! in.telnetd manipulates the manager side of the pseudo-terminal, ! implementing the TELNET protocol and passing characters between the ! remote client and the login process. When a TELNET session starts up, in.telnetd sends TELNET options to the client side indicating a willingness to do remote echo of characters, and to suppress go ahead. The pseudo-terminal allocated to the client
*** 310,315 **** for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command. ! June 20, 2021 IN.TELNETD(1M) --- 310,315 ---- for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command. ! February 5, 2022 IN.TELNETD(1M)