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/Pmapping_iter.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pmapping_iter.3proc.man.txt
   1    1  PMAPPING_ITER(3PROC)   Process Control Library Functions  PMAPPING_ITER(3PROC)
   2    2  
   3    3  NAME
   4    4       Pmapping_iter, Pmapping_iter_resolved, Pobject_iter,
   5    5       Pobject_iter_resolved - iterate over process mappings and objects
   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       Pmapping_iter(struct ps_prochandle *P, proc_map_f *func, void *data);
  13   15  
  14   16       int
  15   17       Pmapping_iter_resolved(struct ps_prochandle *P, proc_map_f *func,
  16   18           void *data);
  17   19  
  18   20       int
↓ open down ↓ 62 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX