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/Pgetauxval.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pgetauxval.3proc.man.txt
   1    1  PGETAUXVAL(3PROC)      Process Control Library Functions     PGETAUXVAL(3PROC)
   2    2  
   3    3  NAME
   4    4       Pgetauxval - obtain auxiliary vector value
   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       Pgetauxval(struct ps_prochandle *P, int type);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pgetauxval() function looks up the entry type in the auxiliary vector
  15   17       of the process handle P and returns its value.  The type argument should
  16   18       be the entry of the auxiliary vector.  The list of such types may be
  17   19       found in <sys/auxv.h>.
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX