From 06180443d0216e7646ff3e10954c4a4d5ac60aac Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 12 Nov 2000 18:57:31 +0000 Subject: [PATCH] - Clarified the limits, and some lay-out #- No tabs please git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35614 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sem.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/functions/sem.xml b/functions/sem.xml index ae84cb7646..563e3ae221 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -21,20 +21,25 @@ - SHMMAX - max size of shared memory, normally 131072 bytes + SHMMAX + max size of shared memory, normally 131072 bytes - SHMMIN - minimum size of shared memory, normally 1 byte + SHMMIN + minimum size of shared memory, normally 1 byte - SHMMNI - max amount of shared memory segments, normally 100 + SHMMNI + + max amount of shared memory segments on a system, + normally 100 + - SHMSEG - max amount of shared memory per process, normally 6 + SHMSEG + + max amount of shared memory segments per process, normally 6 +