reference/xattr/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -4,10 +4,10 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
7
+
<varlistentry xml:id="constant.xattr-root">
8
8
<term>
9
9
<constant>XATTR_ROOT</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>
18
+
<varlistentry xml:id="constant.xattr-dontfollow">
19
19
<term>
20
20
<constant>XATTR_DONTFOLLOW</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>
29
+
<varlistentry xml:id="constant.xattr-create">
30
30
<term>
31
31
<constant>XATTR_CREATE</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>
40
+
<varlistentry xml:id="constant.xattr-replace">
41
41
<term>
42
42
<constant>XATTR_REPLACE</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
47
47