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_core.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pgrab_core.3proc.man.txt
   1    1  PGRAB_CORE(3PROC)      Process Control Library Functions     PGRAB_CORE(3PROC)
   2    2  
   3    3  NAME
   4    4       Pgrab_core, Pfgrab_core - grab a core file
   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_core(const char *core, const char *aout, int gflag, int *perr);
  12   14  
  13   15       struct ps_prochandle *
  14   16       Pfgrab_core(int core_fd, const char *aout, int *perr);
  15   17  
  16   18  DESCRIPTION
  17   19       The Pgrab_core() and Pfgrab_core() functions open a core file for
↓ open down ↓ 79 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX