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/Plmid.3proc.man.txt
          +++ new/usr/src/man/man3proc/Plmid.3proc.man.txt
   1    1  PLMID(3PROC)           Process Control Library Functions          PLMID(3PROC)
   2    2  
   3    3  NAME
   4    4       Plmid - get the link-map identifier of an address
   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       Plmid(struct ps_prochandle *P, uintptr_t addr, Lmid_t *lmidp);
  12   14  
  13   15  DESCRIPTION
  14   16       The Plmid() function attempts to determine the link-map identifier that
  15   17       corresponds to the address addr in the process P.  If addr does not
  16   18       correspond to an address from an object mapped in by the run-time link
  17   19       editor, such as anonymous mapping created with mmap(2), then there will
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX