betz Sun Apr 25 07:04:33 2004 EDT
Added files:
/phpdoc/en/reference/sem constants.xml
Modified files:
/phpdoc/en/reference/sem reference.xml
Log:
constants added
http://cvs.php.net/diff.php/phpdoc/en/reference/sem/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/sem/reference.xml
diff -u phpdoc/en/reference/sem/reference.xml:1.11
phpdoc/en/reference/sem/reference.xml:1.12
--- phpdoc/en/reference/sem/reference.xml:1.11 Sun Apr 25 06:34:33 2004
+++ phpdoc/en/reference/sem/reference.xml Sun Apr 25 07:04:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<reference id="ref.sem">
<title>Semaphore, Shared Memory and IPC Functions</title>
<titleabbrev>Semaphore</titleabbrev>
@@ -80,10 +80,8 @@
</para>
</section>
- <section id="sem.constants">
- &reftitle.constants;
- &no.constants;
- </section>
+ &reference.sem.constants;
+
</partintro>
&reference.sem.functions;
http://cvs.php.net/co.php/phpdoc/en/reference/sem/constants.xml?r=1.1&p=1
Index: phpdoc/en/reference/sem/constants.xml
+++ phpdoc/en/reference/sem/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="sem.constants">
&reftitle.constants;
&extension.constants;
<para>
<table>
<title>System V message constants</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Type</entry>
</row>
</thead>
<tbody>
<row>
<entry>MSG_IPC_NOWAIT</entry>
<entry><type>integer</type></entry>
</row>
<row>
<entry>MSG_NOERROR</entry>
<entry><type>integer</type></entry>
</row>
<row>
<entry>MSG_EXCEPT</entry>
<entry><type>integer</type></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->