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/Pobjname.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pobjname.3proc.man.txt
   1    1  POBJNAME(3PROC)        Process Control Library Functions       POBJNAME(3PROC)
   2    2  
   3    3  NAME
   4    4       Pobjname, Pobjname_resolved - turn a virtual address into its mapped
   5    5       object
   6    6  
   7      -SYNOPSIS
        7 +LIBRARY
   8    8       Process Control Library (libproc, -lproc)
        9 +
       10 +SYNOPSIS
   9   11       #include <libproc.h>
  10   12  
  11   13       char *
  12   14       Pobjname(struct ps_prochandle *P, uintptr_t addr, char *buffer,
  13   15           size_t bufsize);
  14   16  
  15   17       char *
  16   18       Pobjname_resolved(struct ps_prochandle *P, uintptr_t addr, char *buffer,
  17   19           size_t bufsize);
  18   20  
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX