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/Pgetauxvec.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pgetauxvec.3proc.man.txt
   1    1  PGETAUXVEC(3PROC)      Process Control Library Functions     PGETAUXVEC(3PROC)
   2    2  
   3    3  NAME
   4    4       Pgetauxvec - obtain process auxiliary vector
   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       const auxv_t *
  11   13       Pgetauxvec(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pgetauxvec() function returns a pointer to a copy of the auxiliary
  15   17       vector for the process handle P.  If the process handle does not
  16   18       represent an actively running process or the auxiliary vector could not
  17   19       be found, then it instead returns an empty auxiliary vector.  The
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX