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/Penv_iter.3proc.man.txt
          +++ new/usr/src/man/man3proc/Penv_iter.3proc.man.txt
   1    1  PENV_ITER(3PROC)       Process Control Library Functions      PENV_ITER(3PROC)
   2    2  
   3    3  NAME
   4    4       Penv_iter - iterate process environment
   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       Penv_iter(struct ps_prochandle *P, proc_env_f *func, void *data);
  12   14  
  13   15  DESCRIPTION
  14   16       The Penv_iter() function iterates over the environment of the process
  15   17       represented by P.  For each environment variable, func is passed the
  16   18       caller argument data along with the address of the environment variable
  17   19       and the key-value pair.  For the full signature of the proc_env_f
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX