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.rlogind.1m.man.txt
          +++ new/usr/src/man/man1m/in.rlogind.1m.man.txt
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52                    /etc/hosts.equiv, a user logging in from the client is not
  53   53                    prompted for a password. If the address is associated with a
  54   54                    host for which no corresponding entry exists in /etc/hosts,
  55   55                    the user is prompted for a password, regardless of  whether
  56   56                    or not an entry for the client is present in
  57   57                    /etc/hosts.equiv. See hosts(4) and hosts.equiv(4).
  58   58  
  59   59  
  60   60         Once the source port and address have been checked, in.rlogind
  61   61         allocates a pseudo-terminal and manipulates file descriptors so that
  62      -       the slave half of the pseudo-terminal becomes the stdin, stdout, and
  63      -       stderr for a login process. The login process is an instance of the
  64      -       login(1) program, invoked with the -r.
       62 +       the subsidiary half of the pseudo-terminal becomes the stdin, stdout,
       63 +       and stderr for a login process.  The login process is an instance of
       64 +       the login(1) program, invoked with the -r.
  65   65  
  66   66  
  67   67         The login process then proceeds with the pam(3PAM) authentication
  68   68         process. See SECURITY below.  If automatic authentication fails, it
  69   69         reprompts the user to login.
  70   70  
  71   71  
  72      -       The parent of the login process manipulates the master side of the
       72 +       The parent of the login process manipulates the manager side of the
  73   73         pseudo-terminal, operating as an intermediary between the login process
  74   74         and the client instance of the rlogin program.  In normal operation, a
  75   75         packet protocol is invoked to provide Ctrl-S and Ctrl-Q type facilities
  76   76         and propagate interrupt signals to the remote programs. The login
  77   77         process propagates the client terminal's baud rate and terminal type,
  78   78         as found in the environment variable, TERM.
  79   79  
  80   80  OPTIONS
  81   81         The following options are supported:
  82   82  
↓ open down ↓ 185 lines elided ↑ open up ↑
 268  268  
 269  269  
 270  270  
 271  271         Administrative actions on this service, such as enabling, disabling, or
 272  272         requesting restart, can be performed using svcadm(1M). Responsibility
 273  273         for initiating and restarting this service is delegated to inetd(1M).
 274  274         Use inetadm(1M) to make configuration changes and to view configuration
 275  275         information for this service. The service's status can be queried using
 276  276         the svcs(1) command.
 277  277  
 278      -                                 June 20, 2021                  IN.RLOGIND(1M)
      278 +                               February 5, 2022                 IN.RLOGIND(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX