mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b0e34cabb7
commit
2c24250fc4
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue