reference/expect/constants.xml
aa1da6d204935d3288d1ab49b83401d63b13ed62
...
...
@@ -4,10 +4,10 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry xml:id="constants.expect.exp-glob">
7
+
<varlistentry xml:id="constant.exp-glob">
8
8
<term>
9
9
<constant>EXP_GLOB</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -15,10 +15,10 @@
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
-
<varlistentry xml:id="constants.expect.exp-exact">
18
+
<varlistentry xml:id="constant.exp-exact">
19
19
<term>
20
20
<constant>EXP_EXACT</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -26,10 +26,10 @@
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
-
<varlistentry xml:id="constants.expect.exp-regexp">
29
+
<varlistentry xml:id="constant.exp-regexp">
30
30
<term>
31
31
<constant>EXP_REGEXP</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -37,10 +37,10 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
-
<varlistentry xml:id="constants.expect.exp-eof">
40
+
<varlistentry xml:id="constant.exp-eof">
41
41
<term>
42
42
<constant>EXP_EOF</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -49,10 +49,10 @@
49
49
</simpara>
50
50
</listitem>
51
51
</varlistentry>
52
-
<varlistentry xml:id="constants.expect.exp-timeout">
52
+
<varlistentry xml:id="constant.exp-timeout">
53
53
<term>
54
54
<constant>EXP_TIMEOUT</constant>
55
-
(<type>integer</type>)
55
+
(<type>int</type>)
56
56
</term>
57
57
<listitem>
58
58
<simpara>
...
...
@@ -61,10 +61,10 @@
61
61
</simpara>
62
62
</listitem>
63
63
</varlistentry>
64
-
<varlistentry xml:id="constants.expect.exp-fullbuffer">
64
+
<varlistentry xml:id="constant.exp-fullbuffer">
65
65
<term>
66
66
<constant>EXP_FULLBUFFER</constant>
67
-
(<type>integer</type>)
67
+
(<type>int</type>)
68
68
</term>
69
69
<listitem>
70
70
<simpara>
71
71