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/Psetsignal.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psetsignal.3proc.man.txt
   1    1  PSETSIGNAL(3PROC)      Process Control Library Functions     PSETSIGNAL(3PROC)
   2    2  
   3    3  NAME
   4    4       Psetsignal - set signal 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       Psetsignal(struct ps_prochandle *P, const sigset_t *set);
  12   14  
  13   15  DESCRIPTION
  14   16       The Psetsignal() function sets the signal tracing flags for the process
  15   17       handle P to set.  The call to Psetsignal() replaces any existing signal
  16   18       tracing flags entirely with set.  The signal tracing flags determine
  17   19       which signals, when received by a thread in the process, will cause that
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX