[BACK]Return to su.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / su

Diff for /src/usr.bin/su/su.1 between version 1.4 and 1.5

version 1.4, 1996/10/12 20:40:38 version 1.5, 1996/10/26 03:19:30
Line 70 
Line 70 
 S/Key is a Trademark of Bellcore.  S/Key is a Trademark of Bellcore.
 .Pp  .Pp
 By default, the environment is unmodified with the exception of  By default, the environment is unmodified with the exception of
   .Ev LOGNAME ,
 .Ev USER ,  .Ev USER ,
 .Ev HOME ,  .Ev HOME ,
 and  and
Line 78 
Line 79 
 and  and
 .Ev SHELL  .Ev SHELL
 are set to the target login's default values.  are set to the target login's default values.
   .Ev LOGNAME
   and
 .Ev USER  .Ev USER
 is set to the target login, unless the target login has a user ID of 0,  are set to the target login, unless the target login has a user ID of 0,
 in which case it is unmodified.  in which case it is unmodified.
 The invoked shell is the target login's.  The invoked shell is the target login's.
 This is the traditional behavior of  This is the traditional behavior of
Line 102 
Line 105 
 .Ev SHELL ,  .Ev SHELL ,
 .Ev PATH ,  .Ev PATH ,
 .Ev TERM ,  .Ev TERM ,
   .Ev LOGNAME ,
 and  and
 .Ev USER .  .Ev USER .
 .Ev HOME  .Ev HOME
 and  and
 .Ev SHELL  .Ev SHELL
 are modified as above.  are modified as above.
   .Ev LOGNAME
   and
 .Ev USER  .Ev USER
 is set to the target login.  are set to the target login.
 .Ev PATH  .Ev PATH
 is set to  is set to
 .Dq Pa /usr/bin:/bin .  .Dq Pa /usr/bin:/bin .
Line 202 
Line 208 
 .It Ev TERM  .It Ev TERM
 Provides terminal type which may be retained for the substituted  Provides terminal type which may be retained for the substituted
 user ID.  user ID.
 .It Ev USER  .It Ev LOGNAME
 The user ID is always the effective ID (the target user ID) after an  The user ID is always the effective ID (the target user ID) after an
 .Nm su  .Nm su
 unless the user ID is 0 (root).  unless the user ID is 0 (root).
   .It Ev USER
   Same as
   .Ev LOGNAME .
 .El  .El
 .Sh HISTORY  .Sh HISTORY
 A  A

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5