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/Ppltdest.3proc.man.txt
          +++ new/usr/src/man/man3proc/Ppltdest.3proc.man.txt
   1    1  PPLTDEST(3PROC)        Process Control Library Functions       PPLTDEST(3PROC)
   2    2  
   3    3  NAME
   4    4       Ppltdest - determine PLT destination symbol
   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       const char *
  11   13       Ppltdest(struct ps_prochandle *P, uintptr_t addr);
  12   14  
  13   15  DESCRIPTION
  14   16       The Ppltdest() function determines if the address at addr in the process
  15   17       handle P corresponds to an entry in the procedure linkage table (PLT) and
  16   18       if so, returns a pointer to a null-terminated character string that
  17   19       contains the symbol's name.  The returned pointer is not valid after any
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX