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/Psetzoneid.3proc.man.txt
          +++ new/usr/src/man/man3proc/Psetzoneid.3proc.man.txt
   1    1  PSETZONEID(3PROC)      Process Control Library Functions     PSETZONEID(3PROC)
   2    2  
   3    3  NAME
   4    4       Psetzoneid - change processes zone id
   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       Psetzoneid(struct ps_prochandle *P, zoneid_t zoneid);
  12   14  
  13   15  DESCRIPTION
  14   16       The Psetzoneid() function moves the process handle P into the zone
  15   17       specified by zoneid.  A process that is in the non-global zone may only
  16   18       move between the global zone and its original zone.  A process that is in
  17   19       the global zone may not use this interface to enter a non-global zone.
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX