Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 PGRAB_ERROR(3PROC)     Process Control Library Functions    PGRAB_ERROR(3PROC)
   2 
   3 NAME
   4      Pgrab_error - get Pgrab error message string
   5 
   6 SYNOPSIS
   7      Process Control Library (libproc, -lproc)


   8      #include <libproc.h>
   9 
  10      const char *
  11      Pgrab_error(int error);
  12 
  13 DESCRIPTION
  14      The Pgrab_error() function returns a pointer to a human-readable
  15      character string describing the error that occurred.  This function only
  16      knows how to translate errors that are stored in perr during a failed
  17      call to Pgrab(3PROC), Pfgrab_core(3PROC,) Pgrab_core(3PROC), or
  18      Pgrab_file(3PROC).
  19 
  20 RETURN VALUES
  21      The Pgrab_error() function always returns a pointer to a character string
  22      that describes the error that occurred, even if it is an unknown error.
  23 
  24 INTERFACE STABILITY
  25      Uncommitted
  26 
  27 MT-LEVEL
   1 PGRAB_ERROR(3PROC)     Process Control Library Functions    PGRAB_ERROR(3PROC)
   2 
   3 NAME
   4      Pgrab_error - get Pgrab error message string
   5 
   6 LIBRARY
   7      Process Control Library (libproc, -lproc)
   8 
   9 SYNOPSIS
  10      #include <libproc.h>
  11 
  12      const char *
  13      Pgrab_error(int error);
  14 
  15 DESCRIPTION
  16      The Pgrab_error() function returns a pointer to a human-readable
  17      character string describing the error that occurred.  This function only
  18      knows how to translate errors that are stored in perr during a failed
  19      call to Pgrab(3PROC), Pfgrab_core(3PROC,) Pgrab_core(3PROC), or
  20      Pgrab_file(3PROC).
  21 
  22 RETURN VALUES
  23      The Pgrab_error() function always returns a pointer to a character string
  24      that describes the error that occurred, even if it is an unknown error.
  25 
  26 INTERFACE STABILITY
  27      Uncommitted
  28 
  29 MT-LEVEL