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/Psignal.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psignal.3proc.man.txt
   1    1  PSIGNAL(3PROC)         Process Control Library Functions        PSIGNAL(3PROC)
   2    2  
   3    3  NAME
   4    4       Psignal - set signal tracing action
   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       Psignal(struct ps_prochandle *P, int which, int stop);
  12   14  
  13   15  DESCRIPTION
  14   16       The Psignal() function sets the signal tracing flag for the process
  15   17       handle P.  If stop is non-zero it causes the process handle to stop
  16   18       threads that encounter the signal which.  If stop is zero, then it
  17   19       disables tracing for the signal which.
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX