This commit is contained in:
Michael Kerrisk 2008-08-06 20:33:17 +00:00
parent b546318a5f
commit 89b3c6b808
8 changed files with 15 additions and 15 deletions

View File

@ -250,7 +250,7 @@ indicating the error.
On failure,
.I errno
is set to one of the following:
.TP 11
.TP
.B EACCES
The argument
.I cmd

View File

@ -142,7 +142,7 @@ indicating the error.
On failure,
.I errno
is set to one of the following values:
.TP 11
.TP
.B EACCES
A message queue exists for
.IR key ,
@ -194,7 +194,7 @@ and creates a new message queue (on success).
The following is a system limit on message queue resources affecting a
.BR msgget ()
call:
.TP 11
.TP
.B MSGMNI
System wide maximum number of message queues: policy
dependent

View File

@ -301,7 +301,7 @@ When
fails,
.I errno
will be set to one among the following values:
.TP 11
.TP
.B EACCES
The calling process does not have write permission on the message queue,
and does not have the
@ -348,7 +348,7 @@ When
fails,
.I errno
will be set to one among the following values:
.TP 11
.TP
.B E2BIG
The message text length is greater than
.I msgsz
@ -407,7 +407,7 @@ with glibc 2.2 and later, as required by SUSv2 and SUSv3.
The following limits on message queue resources affect the
.BR msgsnd ()
call:
.TP 11
.TP
.B MSGMAX
Maximum size for a message text: 8192 bytes
(on Linux, this limit can be read and modified via

View File

@ -348,7 +348,7 @@ indicating the error.
Otherwise the system call returns a non-negative value depending on
.I cmd
as follows:
.TP 11
.TP
.B GETNCNT
the value of
.BR semncnt .
@ -388,7 +388,7 @@ values return 0 on success.
On failure,
.I errno
will be set to one of the following:
.TP 11
.TP
.B EACCES
The argument
.I cmd
@ -499,7 +499,7 @@ is defined in \fI<sys/sem.h>\fP.
The following system limit on semaphore sets affects a
.BR semctl ()
call:
.TP 11
.TP
.B SEMVMX
Maximum value for
.BR semval :

View File

@ -162,7 +162,7 @@ indicating the error.
On failure
.I errno
will be set to one of the following:
.TP 11
.TP
.B EACCES
A semaphore set exists for
.IR key ,
@ -232,7 +232,7 @@ and creates a new semaphore set (on success).
The following limits on semaphore set resources affect the
.BR semget ()
call:
.TP 11
.TP
.B SEMMNI
System wide maximum number of semaphore sets: policy dependent
(on Linux, this limit can be read and modified via the fourth field of

View File

@ -289,7 +289,7 @@ On error, \-1 is returned, and
.I errno
is set appropriately.
.SH ERRORS
.TP 11
.TP
.B EACCES
\fBIPC_STAT\fP or \fBSHM_STAT\fP is requested and
\fIshm_perm.mode\fP does not allow read access for

View File

@ -183,7 +183,7 @@ is returned on success, \-1 on error.
On failure,
.I errno
is set to one of the following:
.TP 12
.TP
.B EACCES
The user does not have permission to access the
shared memory segment, and does not have the
@ -246,7 +246,7 @@ and creates a new shared memory segment (on success).
The following limits on shared memory segment resources affect the
.BR shmget ()
call:
.TP 11
.TP
.B SHMALL
System wide maximum of shared memory pages
(on Linux, this limit can be read and modified via

View File

@ -262,7 +262,7 @@ many other implementations do not support it.
.LP
The following system parameter affects
.BR shmat ():
.TP 11
.TP
.\" FIXME A good explanation of the rationale for the existence
.\" of SHMLBA would be useful here
.B SHMLBA