- 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
This commit is contained in:
Derick Rethans 2000-11-12 18:57:31 +00:00
parent 2a9bedc61b
commit 06180443d0

View file

@ -21,20 +21,25 @@
<tgroup cols="2">
<tbody>
<row>
<entry>SHMMAX</entry>
<entry>max size of shared memory, normally 131072 bytes</entry>
<entry>SHMMAX</entry>
<entry>max size of shared memory, normally 131072 bytes</entry>
</row>
<row>
<entry>SHMMIN</entry>
<entry>minimum size of shared memory, normally 1 byte</entry>
<entry>SHMMIN</entry>
<entry>minimum size of shared memory, normally 1 byte</entry>
</row>
<row>
<entry>SHMMNI</entry>
<entry>max amount of shared memory segments, normally 100</entry>
<entry>SHMMNI</entry>
<entry>
max amount of shared memory segments on a system,
normally 100
</entry>
</row>
<row>
<entry>SHMSEG</entry>
<entry>max amount of shared memory per process, normally 6</entry>
<entry>SHMSEG</entry>
<entry>
max amount of shared memory segments per process, normally 6
</entry>
</row>
</tbody>
</tgroup>