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, On failure,
.I errno .I errno
is set to one of the following: is set to one of the following:
.TP 11 .TP
.B EACCES .B EACCES
The argument The argument
.I cmd .I cmd

View File

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

View File

@ -301,7 +301,7 @@ When
fails, fails,
.I errno .I errno
will be set to one among the following values: will be set to one among the following values:
.TP 11 .TP
.B EACCES .B EACCES
The calling process does not have write permission on the message queue, The calling process does not have write permission on the message queue,
and does not have the and does not have the
@ -348,7 +348,7 @@ When
fails, fails,
.I errno .I errno
will be set to one among the following values: will be set to one among the following values:
.TP 11 .TP
.B E2BIG .B E2BIG
The message text length is greater than The message text length is greater than
.I msgsz .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 The following limits on message queue resources affect the
.BR msgsnd () .BR msgsnd ()
call: call:
.TP 11 .TP
.B MSGMAX .B MSGMAX
Maximum size for a message text: 8192 bytes Maximum size for a message text: 8192 bytes
(on Linux, this limit can be read and modified via (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 Otherwise the system call returns a non-negative value depending on
.I cmd .I cmd
as follows: as follows:
.TP 11 .TP
.B GETNCNT .B GETNCNT
the value of the value of
.BR semncnt . .BR semncnt .
@ -388,7 +388,7 @@ values return 0 on success.
On failure, On failure,
.I errno .I errno
will be set to one of the following: will be set to one of the following:
.TP 11 .TP
.B EACCES .B EACCES
The argument The argument
.I cmd .I cmd
@ -499,7 +499,7 @@ is defined in \fI<sys/sem.h>\fP.
The following system limit on semaphore sets affects a The following system limit on semaphore sets affects a
.BR semctl () .BR semctl ()
call: call:
.TP 11 .TP
.B SEMVMX .B SEMVMX
Maximum value for Maximum value for
.BR semval : .BR semval :

View File

@ -162,7 +162,7 @@ indicating the error.
On failure On failure
.I errno .I errno
will be set to one of the following: will be set to one of the following:
.TP 11 .TP
.B EACCES .B EACCES
A semaphore set exists for A semaphore set exists for
.IR key , .IR key ,
@ -232,7 +232,7 @@ and creates a new semaphore set (on success).
The following limits on semaphore set resources affect the The following limits on semaphore set resources affect the
.BR semget () .BR semget ()
call: call:
.TP 11 .TP
.B SEMMNI .B SEMMNI
System wide maximum number of semaphore sets: policy dependent System wide maximum number of semaphore sets: policy dependent
(on Linux, this limit can be read and modified via the fourth field of (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 .I errno
is set appropriately. is set appropriately.
.SH ERRORS .SH ERRORS
.TP 11 .TP
.B EACCES .B EACCES
\fBIPC_STAT\fP or \fBSHM_STAT\fP is requested and \fBIPC_STAT\fP or \fBSHM_STAT\fP is requested and
\fIshm_perm.mode\fP does not allow read access for \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, On failure,
.I errno .I errno
is set to one of the following: is set to one of the following:
.TP 12 .TP
.B EACCES .B EACCES
The user does not have permission to access the The user does not have permission to access the
shared memory segment, and does not have 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 The following limits on shared memory segment resources affect the
.BR shmget () .BR shmget ()
call: call:
.TP 11 .TP
.B SHMALL .B SHMALL
System wide maximum of shared memory pages System wide maximum of shared memory pages
(on Linux, this limit can be read and modified via (on Linux, this limit can be read and modified via

View File

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