Skip to content

Commit 8568bac

Browse files
authored
Fix GH-4582: Incorrect function signature for xattr_get (#4585)
1 parent 051b8cc commit 8568bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/xattr/functions/xattr-get.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<refsect1 role="description">
1212
&reftitle.description;
1313
<methodsynopsis>
14-
<type>string</type><methodname>xattr_get</methodname>
14+
<type class="union"><type>string</type><type>false</type></type><methodname>xattr_get</methodname>
1515
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
1616
<methodparam><type>string</type><parameter>name</parameter></methodparam>
1717
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>

0 commit comments

Comments
 (0)