Fixed #46392 (msg_qbytes misdocumented in msg_stat_queue (sem/functions/msg-stat-queue.xml).) -- patch by larstorben at gmail dot com

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-10-26 15:56:59 +00:00
parent b0e34cabb7
commit 2c24250fc4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.msg-stat-queue">
<refnamediv>
<refname>msg_stat_queue</refname>
@ -90,8 +90,9 @@
<row>
<entry><literal>msg_qbytes</literal></entry>
<entry>
The number of bytes of space currently available in the queue to
hold sent messages until they are received.
The maximum number of bytes allowed in one message queue. On
Linux, this value may be read and modified via
<filename>/proc/sys/kernel/msgmnb</filename>.
</entry>
</row>
<row>