Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Psetpriv.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psetpriv.3proc.man.txt
   1    1  PSETPRIV(3PROC)        Process Control Library Functions       PSETPRIV(3PROC)
   2    2  
   3    3  NAME
   4    4       Psetpriv - set process privileges
   5    5  
   6      -SYNOPSIS
        6 +LIBRARY
   7    7       Process Control Library (libproc, -lproc)
        8 +
        9 +SYNOPSIS
   8   10       #include <libproc.h>
   9   11  
  10   12       int
  11   13       Psetpriv(struct ps_prochandle *P, prpriv_t *pprv);
  12   14  
  13   15  DESCRIPTION
  14   16       The Psetpriv() function updates the privileges of the process handle P to
  15   17       the set described by pprv.  The updated privilege set has restrictions on
  16   18       what it may change for a process which are documented in the PCSPRIV
  17   19       section of proc(4).  In addition, the definition of the prpriv_t
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX