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/Pupdate_maps.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pupdate_maps.3proc.man.txt
   1    1  PUPDATE_MAPS(3PROC)    Process Control Library Functions   PUPDATE_MAPS(3PROC)
   2    2  
   3    3  NAME
   4    4       Pupdate_maps - update address space mappings
   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       void
  11   13       Pupdate_maps(struct ps_prochandle *P);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pupdate_maps() function is used to verify that all of the cached
  15   17       mappings in the process P are still valid and update the cached data with
  16   18       any new information.  This is generally called in response to activity by
  17   19       the run-time link-editor.  In general, the libproc library takes care of
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX