diff options
Diffstat (limited to 'usr/src/man/man2/shmop.2')
-rw-r--r-- | usr/src/man/man2/shmop.2 | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/usr/src/man/man2/shmop.2 b/usr/src/man/man2/shmop.2 index 10a6cff4da..067d75e3bd 100644 --- a/usr/src/man/man2/shmop.2 +++ b/usr/src/man/man2/shmop.2 @@ -4,7 +4,7 @@ .\" 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 shmop 2 "10 Mar 2008" "SunOS 5.11" "System Calls" +.TH SHMOP 2 "Mar 10, 2008" .SH NAME shmop, shmat, shmdt \- shared memory operations .SH SYNOPSIS @@ -141,23 +141,19 @@ and \fBerrno\fR is set to indicate the error. The \fBshmat()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEACCES\fR\fR .ad .RS 10n -.rt Operation permission is denied to the calling process (see \fBIntro\fR(2)). .RE .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIshmid\fR argument is not a valid shared memory identifier. .sp The \fIshmaddr\fR argument is not equal to 0, and the value of @@ -186,24 +182,20 @@ specified by \fBshmid()\fR had previously been attached by a call to .sp .ne 2 -.mk .na \fB\fBEMFILE\fR\fR .ad .RS 10n -.rt The number of shared memory segments attached to the calling process would exceed the system-imposed limit. .RE .sp .ne 2 -.mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n -.rt The available data space is not large enough to accommodate the shared memory segment. .RE @@ -213,24 +205,20 @@ segment. The \fBshmdt()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIshmaddr\fR argument is not the data segment start address of a shared memory segment. .RE .sp .ne 2 -.mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n -.rt (\fIshmflg\fR\fB&SHM_SHARE_MMU\fR) is true and attaching to the shared memory segment would exceed a limit or resource control on locked memory. .RE @@ -248,17 +236,16 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityCommitted +Interface Stability Committed _ -MT-LevelAsync-Signal-Safe +MT-Level Async-Signal-Safe _ -StandardSee \fBstandards\fR(5). +Standard See \fBstandards\fR(5). .TE .SH SEE ALSO |