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/Pgetareg.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pgetareg.3proc.man.txt
   1    1  PGETAREG(3PROC)        Process Control Library Functions       PGETAREG(3PROC)
   2    2  
   3    3  NAME
   4    4       Pgetareg, Pputareg, Lgetareg, Lputareg - set and get a register from a
   5    5       stopped process or thread
   6    6  
   7      -SYNOPSIS
        7 +LIBRARY
   8    8       Process Control Library (libproc, -lproc)
        9 +
       10 +SYNOPSIS
   9   11       #include <libproc.h>
  10   12  
  11   13       int
  12   14       Pgetareg(struct ps_prochandle *P, int regno, prgreg_t *preg);
  13   15  
  14   16       int
  15   17       Pputareg(struct ps_prochandle *P, int regno, prgreg_t preg);
  16   18  
  17   19       int
  18   20       Lgetareg(struct ps_lwphandle *L, int regno, prgreg_t *preg);
↓ open down ↓ 66 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX