Print this page
10229 Some man pages have incorrect cross-references

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Psignal.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psignal.3proc.man.txt
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12       int
  13   13       Psignal(struct ps_prochandle *P, int which, int stop);
  14   14  
  15   15  DESCRIPTION
  16   16       The Psignal() function sets the signal tracing flag for the process
  17   17       handle P.  If stop is non-zero it causes the process handle to stop
  18   18       threads that encounter the signal which.  If stop is zero, then it
  19   19       disables tracing for the signal which.
  20   20  
  21   21       The signal constants, representing valid values for which, can be found
  22      -     in signal.h(3HEAD.) The signal SIGKILL may not be stopped.
       22 +     in signal.h(3HEAD).  The signal SIGKILL may not be stopped.
  23   23  
  24   24       Note, only active processes may have their signal tracing flags updated.
  25   25       Process handles that refer to core files, zombie processes, and files do
  26   26       not have signal tracing flags.  Calling this function on them is an
  27   27       error.
  28   28  
  29   29  RETURN VALUES
  30   30       Upon successful completion, the Psignal() function returns the previous
  31   31       disposition of the signal which.  It returns 1 if it was set and 0 if
  32   32       not.  Otherwise, -1 is returned and errno is set to indicate the error.
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX