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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/in.telnetd.1m.man.txt
          +++ new/usr/src/man/man1m/in.telnetd.1m.man.txt
↓ open down ↓ 8 lines elided ↑ open up ↑
   9    9  
  10   10  
  11   11  DESCRIPTION
  12   12         in.telnetd is a server that supports the DARPA standard TELNET virtual
  13   13         terminal protocol. in.telnetd is normally invoked in the internet
  14   14         server (see inetd(1M)), for requests to connect to the TELNET port as
  15   15         indicated by the /etc/services file (see services(4)).
  16   16  
  17   17  
  18   18         in.telnetd operates by allocating a pseudo-terminal device for a
  19      -       client, then creating a login process which has the slave side of the
  20      -       pseudo-terminal as its standard input, output, and error. in.telnetd
  21      -       manipulates the master side of the pseudo-terminal, implementing the
  22      -       TELNET protocol and passing characters between the remote client and
  23      -       the login process.
       19 +       client, then creating a login process which has the subsidiary side of
       20 +       the pseudo-terminal as its standard input, output, and error.
       21 +       in.telnetd manipulates the manager side of the pseudo-terminal,
       22 +       implementing the TELNET protocol and passing characters between the
       23 +       remote client and the login process.
  24   24  
  25   25  
  26   26         When a TELNET session starts up, in.telnetd sends TELNET options to the
  27   27         client side indicating a willingness to do remote echo of characters,
  28   28         and to suppress go ahead. The pseudo-terminal allocated to the client
  29   29         is configured to operate in "cooked" mode, and with XTABS, ICRNL and
  30   30         ONLCR enabled. See termio(7I).
  31   31  
  32   32  
  33   33         in.telnetd is willing to do: echo, binary, suppress go ahead, and
↓ open down ↓ 271 lines elided ↑ open up ↑
 305  305  
 306  306  
 307  307  
 308  308         Administrative actions on this service, such as enabling, disabling, or
 309  309         requesting restart, can be performed using svcadm(1M). Responsibility
 310  310         for initiating and restarting this service is delegated to inetd(1M).
 311  311         Use inetadm(1M) to make configuration changes and to view configuration
 312  312         information for this service. The service's status can be queried using
 313  313         the svcs(1) command.
 314  314  
 315      -                                 June 20, 2021                  IN.TELNETD(1M)
      315 +                               February 5, 2022                 IN.TELNETD(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX