From 89b3c6b808d0ebffa0662bf553c9e23f3eed68ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Aug 2008 20:33:17 +0000 Subject: [PATCH] ffix --- man2/msgctl.2 | 2 +- man2/msgget.2 | 4 ++-- man2/msgop.2 | 6 +++--- man2/semctl.2 | 6 +++--- man2/semget.2 | 4 ++-- man2/shmctl.2 | 2 +- man2/shmget.2 | 4 ++-- man2/shmop.2 | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 049269be5..8e9c87ad9 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -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 diff --git a/man2/msgget.2 b/man2/msgget.2 index 3d051b699..f56f6dd42 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -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 diff --git a/man2/msgop.2 b/man2/msgop.2 index 8f68efb45..6ef8cff3f 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -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 diff --git a/man2/semctl.2 b/man2/semctl.2 index 63a896b21..ec5f0ce82 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -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\fP. The following system limit on semaphore sets affects a .BR semctl () call: -.TP 11 +.TP .B SEMVMX Maximum value for .BR semval : diff --git a/man2/semget.2 b/man2/semget.2 index 8186b6efe..1667c9e21 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -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 diff --git a/man2/shmctl.2 b/man2/shmctl.2 index dd621ba62..3cc870d26 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -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 diff --git a/man2/shmget.2 b/man2/shmget.2 index 9cff10429..61904daa9 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -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 diff --git a/man2/shmop.2 b/man2/shmop.2 index 6ac5a66e0..8661ccb5e 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -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