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/Pcreate_agent.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pcreate_agent.3proc.man.txt
   1    1  PCREATE_AGENT(3PROC)   Process Control Library Functions  PCREATE_AGENT(3PROC)
   2    2  
   3    3  NAME
   4    4       Pcreate_agent - create the agent LWP
   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       Pcreate_agent(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pcreate_agent() function creates the agent LWP in the process
  15   17       represented by the handle P.  The agent LWP is used as a means to force
  16   18       system calls to be invoked on the controlled process.  For more
  17   19       information on the agent LWP, see proc(4).
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX