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/Pread.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pread.3proc.man.txt
   1    1  PREAD(3PROC)           Process Control Library Functions          PREAD(3PROC)
   2    2  
   3    3  NAME
   4    4       Pread, Pread_string - read data 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       ssize_t
  11   13       Pread(struct ps_prochandle *P, void *buf, size_t nbytes,
  12   14           uintptr_t address);
  13   15  
  14   16       ssize_t
  15   17       Pread_string(struct ps_prochandle *P, char *buf, size_t nbytes,
  16   18           uintptr_t address);
  17   19  
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX