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/Pcreate.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pcreate.3proc.man.txt
   1    1  PCREATE(3PROC)         Process Control Library Functions        PCREATE(3PROC)
   2    2  
   3    3  NAME
   4    4       Pcreate, Pxcreate, Pcreate_callback - create and control a process
   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       struct ps_prochandle *
  11   13       Pcreate(const char *file, char *const *argv, int *perr, char *path,
  12   14           size_t len);
  13   15  
  14   16       struct ps_prochandle *
  15   17       Pxcreate(const char *file, char *const *argv, char *const *envp,
  16   18           int *perr, char *path, size_t len);
  17   19  
↓ open down ↓ 95 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX