moved return value on failure description to "returnvalues" section.

This commit is contained in:
Yoshinari Takaoka 2021-08-12 21:43:19 +09:00
parent 7fd7a674de
commit 43ff877605
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547

View file

@ -13,7 +13,7 @@
<void/>
</methodsynopsis>
<para>
Returns the type of the file referenced on success, or &false; on failure.
Returns the type of the file referenced.
</para>
</refsect1>
@ -28,7 +28,7 @@
A <type>string</type> representing the type of the entry.
May be one of <literal>file</literal>, <literal>link</literal>,
<literal>dir</literal>, <literal>block</literal>, <literal>fifo</literal>,
<literal>char</literal>, <literal>socket</literal>, or <literal>unknown</literal>
<literal>char</literal>, <literal>socket</literal>, or <literal>unknown</literal>, or &false; on failure.
</para>
</refsect1>