reference/sem/constants.xml
fa2d2496e1ec320195a734549110d913a423d012
...
...
@@ -3,49 +3,59 @@
3
3
<appendix xml:id="sem.constants" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.constants;
5
5
&extension.constants;
6
-
<para>
7
-
<table>
8
-
<title>System V message constants</title>
9
-
<tgroup cols="3">
10
-
<thead>
11
-
<row>
12
-
<entry>Constant</entry>
13
-
<entry>Type</entry>
14
-
<entry>Changelog</entry>
15
-
</row>
16
-
</thead>
17
-
<tbody>
18
-
<row>
19
-
<entry>MSG_IPC_NOWAIT</entry>
20
-
<entry><type>integer</type></entry>
21
-
<entry />
22
-
</row>
23
-
<row>
24
-
<entry>MSG_EAGAIN</entry>
25
-
<entry><type>integer</type></entry>
26
-
<entry>As of 5.2.0</entry>
27
-
</row>
28
-
<row>
29
-
<entry>MSG_ENOMSG</entry>
30
-
<entry><type>integer</type></entry>
31
-
<entry>As of 5.2.0</entry>
32
-
</row>
33
-
<row>
34
-
<entry>MSG_NOERROR</entry>
35
-
<entry><type>integer</type></entry>
36
-
<entry />
37
-
</row>
38
-
<row>
39
-
<entry>MSG_EXCEPT</entry>
40
-
<entry><type>integer</type></entry>
41
-
<entry />
42
-
</row>
43
-
</tbody>
44
-
</tgroup>
45
-
</table>
46
-
</para>
6
+
<variablelist>
7
+
<varlistentry xml:id="constant.msg-ipc-nowait">
8
+
<term>
9
+
<constant>MSG_IPC_NOWAIT</constant>
10
+
(<type>int</type>)
11
+
</term>
12
+
<listitem>
13
+
<simpara>
14
+
</simpara>
15
+
</listitem>
16
+
</varlistentry>
17
+
<varlistentry xml:id="constant.msg-eagain">
18
+
<term>
19
+
<constant>MSG_EAGAIN</constant>
20
+
(<type>int</type>)
21
+
</term>
22
+
<listitem>
23
+
<simpara>
24
+
</simpara>
25
+
</listitem>
26
+
</varlistentry>
27
+
<varlistentry xml:id="constant.msg-enomsg">
28
+
<term>
29
+
<constant>MSG_ENOMSG</constant>
30
+
(<type>int</type>)
31
+
</term>
32
+
<listitem>
33
+
<simpara>
34
+
</simpara>
35
+
</listitem>
36
+
</varlistentry>
37
+
<varlistentry xml:id="constant.msg-noerror">
38
+
<term>
39
+
<constant>MSG_NOERROR</constant>
40
+
(<type>int</type>)
41
+
</term>
42
+
<listitem>
43
+
<simpara>
44
+
</simpara>
45
+
</listitem>
46
+
</varlistentry>
47
+
<varlistentry xml:id="constant.msg-except">
48
+
<term>
49
+
<constant>MSG_EXCEPT</constant>
50
+
(<type>int</type>)
51
+
</term>
52
+
<listitem>
53
+
<simpara>
54
+
</simpara>
55
+
</listitem>
56
+
</varlistentry>
57
+
</variablelist>
47
58
</appendix>
48
-

49
59
<!-- Keep this comment at the end of the file
50
60
Local variables:
51
61
mode: sgml
52
62