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/Pgrab_file.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pgrab_file.3proc.man.txt
   1    1  PGRAB_FILE(3PROC)      Process Control Library Functions     PGRAB_FILE(3PROC)
   2    2  
   3    3  NAME
   4    4       Pgrab_file - grab and inspect an ELF object
   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       struct ps_prochandle
  11   13       Pgrab_file(const char *fname, int *perr);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pgrab_file() function creates a handle to the ELF object contained in
  15   17       file fname.  This handle is considered an idle handle, it allows one to
  16   18       inspect aspects of the ELF contents present in the handle, for example
  17   19       obtaining CTF information and looking up symbols.
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX