Diff for /rpl/LIMITATIONS between versions 1.207 and 1.208

version 1.207, 2020/11/04 14:16:50 version 1.208, 2020/11/04 21:56:56
Line 10  RECORD => |[ <[ 'index' 'valeur' ]> <[ 2 Line 10  RECORD => |[ <[ 'index' 'valeur' ]> <[ 2
 Rajouter dans les pages d'aide  Rajouter dans les pages d'aide
   
 RUNAS  RUNAS
   int setreuid(uid_t ruid, uid_t euid);
   int setregid(gid_t rgid, gid_t egid);
   DESCRIPTION
          getuid returns the real user ID of the current process.
   
          geteuid returns the effective user ID of the current process.
   
          The  real  ID corresponds to the ID of the calling process.  The effective
          ID corresponds to the set ID bit on the file being executed.
   
   
   
 (/ /) -> polynôme  (/ /) -> polynôme
   

Removed from v.1.207  
changed lines
  Added in v.1.208


CVSweb interface <joel.bertrand@systella.fr>