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/Puname.3proc.man.txt
          +++ new/usr/src/man/man3proc/Puname.3proc.man.txt
   1    1  PUNAME(3PROC)          Process Control Library Functions         PUNAME(3PROC)
   2    2  
   3    3  NAME
   4    4       Puname - get uname information from 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       int
  11   13       Puname(struct ps_prochandle *P, struct utsname *u);
  12   14  
  13   15  DESCRIPTION
  14   16       The Puname() function copies the operating system information from the
  15   17       process handle P into u.
  16   18  
  17   19       For an active process or zombie process, this is the same information
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX