diff options
| author | John Sonnenschein <johns@joyent.com> | 2012-11-07 22:04:45 +0000 |
|---|---|---|
| committer | John Sonnenschein <johns@joyent.com> | 2012-11-07 22:04:45 +0000 |
| commit | ad2a40e16d2bee59cfe84f89db3ce92b9f15adff (patch) | |
| tree | bc8e23c4588b29e4602a54b72dbe2f1d8786468d /usr/src/man/man4 | |
| parent | b5f683274309a9c6f46eea8ce5d0cca514d977a8 (diff) | |
| parent | 7c45eec5760d4195b6b85770e7ac51c380adfb8a (diff) | |
| download | illumos-joyent-ad2a40e16d2bee59cfe84f89db3ce92b9f15adff.tar.gz | |
Illumos sync
Diffstat (limited to 'usr/src/man/man4')
| -rw-r--r-- | usr/src/man/man4/core.4 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/usr/src/man/man4/core.4 b/usr/src/man/man4/core.4 index 6c0d1e2006..c6bc9ea373 100644 --- a/usr/src/man/man4/core.4 +++ b/usr/src/man/man4/core.4 @@ -1,10 +1,11 @@ '\" te .\" Copyright (C) 2008, Sun Microsystems, Inc. All Rights Reserved. +.\" Copyright 2012 DEY Storage Systems, Inc. All rights reserved. .\" Copyright 1989 AT&T .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH CORE 4 "May 13, 2008" +.TH CORE 4 "Oct 23, 2012" .SH NAME core \- process core file .SH DESCRIPTION @@ -307,7 +308,7 @@ is defined in <\fBsys/utsname.h\fR>. .RS 20n \fBn_type\fR: \fBNT_PRCRED\fR. This structure contains the process credentials, including the real, saved, and effective user and group IDs. The \fBprcred_t\fR -structure is defined in <\fBaasys/procfs.h\fR>. Following the structure is an +structure is defined in <\fBsys/procfs.h\fR>. Following the structure is an optional array of supplementary group IDs. The total number of supplementary group IDs is given by the \fBpr_ngroups\fR member of the \fBprcred_t\fR structure, and the structure includes space for one supplementary group. If @@ -330,6 +331,18 @@ with the numerical ID returned by \fBgetzoneid\fR(3C). .sp .ne 2 .na +\fB\fBprfdinfo_t\fR\fR +.ad +.RS 20n +\fBn_type\fR: \fBNT_FDINFO\fR. This structure contains information about +any open file descriptors, including the path, flags, and +\fBstat\fR(2) information. The \fBprfdinfo_t\fR structure is defined in +<\fBsys/procfs.h\fR>. +.RE + +.sp +.ne 2 +.na \fB\fBstruct ssd\fR array\fR .ad .RS 20n |
