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/Pwrite.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pwrite.3proc.man.txt
   1    1  PWRITE(3PROC)          Process Control Library Functions         PWRITE(3PROC)
   2    2  
   3    3  NAME
   4    4       Pwrite - write data to the address space 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       ssize_t
  11   13       Pwrite(struct ps_prochandle *P, const void *buf, size_t nbyte,
  12   14           uintptr_t address);
  13   15  
  14   16  DESCRIPTION
  15   17       The Pwrite() function writes data from buf to the process handle P
  16   18       starting at the address address.  It writes at most nbyte of data.  The
  17   19       Pwrite() function is logically analogous to the pwrite(2) function.
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX