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/Pldt.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pldt.3proc.man.txt
   1    1  PLDT(3PROC)            Process Control Library Functions           PLDT(3PROC)
   2    2  
   3    3  NAME
   4    4       Pldt, proc_get_ldt - obtain local descriptor table of 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       Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt);
  12   14  
  13   15       int
  14   16       proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt);
  15   17  
  16   18  DESCRIPTION
  17   19       The Pldt() function reads the local descriptor table (LDT) of the process
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX