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/Psetfault.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psetfault.3proc.man.txt
   1    1  PSETFAULT(3PROC)       Process Control Library Functions      PSETFAULT(3PROC)
   2    2  
   3    3  NAME
   4    4       Psetfault - set fault tracing flags
   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       void
  11   13       Psetfault(struct ps_prochandle *P, const fltset_t *set);
  12   14  
  13   15  DESCRIPTION
  14   16       The Psetfault() function sets the fault tracing flags on the process
  15   17       handle P to set.  It replaces any existing fault tracing flags on the
  16   18       process.  These flags indicate which faults cause execution of the thread
  17   19       to stop.  Allowing another tool, such as a debugger, to act upon the
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX