reference/ldap/functions/ldap-dn2ufn.xml
76f8c0151d9a99d2f96e154da050e64305862b21
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id="function.ldap-dn2ufn" xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ldap-dn2ufn">
4
4
<refnamediv>
5
5
<refname>ldap_dn2ufn</refname>
6
6
<refpurpose>Convert DN to User Friendly Naming format</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>ldap_dn2ufn</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>ldap_dn2ufn</methodname>
13
13
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -37,12 +37,11 @@
37
37
<refsect1 role="returnvalues">
38
38
&reftitle.returnvalues;
39
39
<para>
40
-
Returns the user friendly name.
40
+
Returns the user friendly name, &return.falseforfailure;.
41
41
</para>
42
42
</refsect1>
43
43

44
44
</refentry>
45
-

46
45
<!-- Keep this comment at the end of the file
47
46
Local variables:
48
47
mode: sgml
49
48