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/Pasfd.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pasfd.3proc.man.txt
   1    1  PASFD(3PROC)           Process Control Library Functions          PASFD(3PROC)
   2    2  
   3    3  NAME
   4    4       Pasfd - obtain the process address space file descriptor
   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       Pasfd(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pasfd() funtion returns a file descriptor that allows direct access
  15   17       to the address space of the process handle P.  A defined file descriptor
  16   18       is provided when using the Pcreate(3PROC), Pgrab(3PROC),
  17   19       Pgrab_file(3PROC), and Pgrab_core(3PROC) functions.  Note that the
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX