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/Pplatform.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pplatform.3proc.man.txt
   1    1  PPLATFORM(3PROC)       Process Control Library Functions      PPLATFORM(3PROC)
   2    2  
   3    3  NAME
   4    4       Pplatform - get platform string
   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       char *
  11   13       Pplatform(struct ps_prochandle *P, char *buffer, size_t bufsize);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pplatform() function determines the name of the platform for the
  15   17       process handle P.  Up to bufsize characters, including the null
  16   18       terminator, will be copied into buffer.
  17   19  
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX