Skip to content

Commit cf27955

Browse files
authored
ext/ldap: Fix ldap_count_entries() return value documentation (#5218)
* ldap_count_entries(): document -1 return value on error
1 parent 7dce591 commit cf27955

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/ldap/functions/ldap-count-entries.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
<refsect1 role="returnvalues">
4747
&reftitle.returnvalues;
48-
<para>
49-
Returns number of entries in the result,&return.falseforfailure;.
50-
</para>
48+
<simpara>
49+
Returns the number of entries in the result, or <literal>-1</literal> on error.
50+
</simpara>
5151
</refsect1>
5252

5353
<refsect1 role="changelog">

0 commit comments

Comments
 (0)