1 PCREATE_ERROR(3PROC)   Process Control Library Functions  PCREATE_ERROR(3PROC)
   2 
   3 NAME
   4      Pcreate_error - get Pcreate, Pxcreate error message string
   5 
   6 LIBRARY
   7      Process Control Library (libproc, -lproc)
   8 
   9 SYNOPSIS
  10      #include <libproc.h>
  11 
  12      const char *
  13      Pcreate_error(int error);
  14 
  15 DESCRIPTION
  16      The Pcreate_error() function returns a pointer to a human-readable
  17      character string describing the error that occurred.  The Pcreate_error()
  18      function translates errors produced by the Pcreate(3PROC) and
  19      Pxcreate(3PROC) functions only (passed as the perr argument).
  20 
  21 RETURN VALUES
  22      The Pcreate_error() function always returns a pointer to a character
  23      string that describes the error that occurred, even if it is an unknown
  24      error.
  25 
  26 INTERFACE STABILITY
  27      Uncommitted
  28 
  29 MT-LEVEL
  30      MT-Safe
  31 
  32 SEE ALSO
  33      libproc(3LIB), Pcreate(3PROC), Pxcreate(3PROC)
  34 
  35 illumos                          May 11, 2016                          illumos