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/Prelease.3proc.man.txt
          +++ new/usr/src/man/man3proc/Prelease.3proc.man.txt
   1    1  PRELEASE(3PROC)        Process Control Library Functions       PRELEASE(3PROC)
   2    2  
   3    3  NAME
   4    4       Prelease, Pfree - release a process control handle
   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       void
  11   13       Prelease(struct ps_prochandle *P, int flags);
  12   14  
  13   15       void
  14   16       Pfree(struct ps_prochandle *P);
  15   17  
  16   18  DESCRIPTION
  17   19       The Prelease() function is used to release all of the resources
↓ open down ↓ 47 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX