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/Pcreate_error.3proc.man.txt
+++ new/usr/src/man/man3proc/Pcreate_error.3proc.man.txt
1 1 PCREATE_ERROR(3PROC) Process Control Library Functions PCREATE_ERROR(3PROC)
2 2
3 3 NAME
4 4 Pcreate_error - get Pcreate, Pxcreate error message string
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 const char *
11 13 Pcreate_error(int error);
12 14
13 15 DESCRIPTION
14 16 The Pcreate_error() function returns a pointer to a human-readable
15 17 character string describing the error that occurred. The Pcreate_error()
16 18 function translates errors produced by the Pcreate(3PROC) and
17 19 Pxcreate(3PROC) functions only (passed as the perr argument).
18 20
19 21 RETURN VALUES
20 22 The Pcreate_error() function always returns a pointer to a character
21 23 string that describes the error that occurred, even if it is an unknown
22 24 error.
23 25
24 26 INTERFACE STABILITY
25 27 Uncommitted
26 28
27 29 MT-LEVEL
28 30 MT-Safe
29 31
30 32 SEE ALSO
31 33 libproc(3LIB), Pcreate(3PROC), Pxcreate(3PROC)
32 34
33 35 illumos May 11, 2016 illumos
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX