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/Pstatus.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pstatus.3proc.man.txt
   1    1  PSTATUS(3PROC)         Process Control Library Functions        PSTATUS(3PROC)
   2    2  
   3    3  NAME
   4    4       Pstatus - obtain process status structure
   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 pstatus_t *
  11   13       Pstatus(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pstatus() function returns the status information about the process
  15   17       handle P.  The pstatus_t structure is defined in proc(4) and contains
  16   18       information about the process including its flags, the number of threads,
  17   19       the size of the stack, and more.
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX