diff options
Diffstat (limited to 'usr/src/man/man3ldap/ldap.3ldap')
-rw-r--r-- | usr/src/man/man3ldap/ldap.3ldap | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/man/man3ldap/ldap.3ldap b/usr/src/man/man3ldap/ldap.3ldap index 6644b3c6bf..d504bcc272 100644 --- a/usr/src/man/man3ldap/ldap.3ldap +++ b/usr/src/man/man3ldap/ldap.3ldap @@ -81,7 +81,9 @@ Use \fBldap_modify_ext\fR(3LDAP) and \fBldap_modify_ext_s\fR(3LDAP) to modify an existing entry in a LDAP server that supports for LDAPv3 server and client controls. Similarly, use \fBldap_rename\fR(3LDAP) and \fBldap_rename_s\fR(3LDAP) to change the name of an LDAP entry. The -\fBldap_modrdn\fR(3LDAP), \fBldap_modrdn_s\fR(3LDAP), \fBldap_modrdn2\fR(3LDAP) +.BR ldap_modrdn (3LDAP), +.BR ldap_modrdn2 (3LDAP), +.BR ldap_modrdn_s (3LDAP) and \fBldap_modrdn2_s\fR(3LDAP) interfaces are deprecated. .SS "Obtaining Results" .LP @@ -150,7 +152,7 @@ strings in the LDAP protocol. Make calls to \fBldap_init_getfilter\fR(3LDAP) and \fBldap_search\fR(3LDAP) to generate filters to be used in \fBldap_search\fR(3LDAP) and \fBldap_search_s\fR(3LDAP). \fBldap_init_getfilter()\fR reads -\fBldapfilter.conf\fR(4), the LDAP configuration file, while +\fBldapfilter.conf\fR(5), the LDAP configuration file, while \fBldap_init_getfilter_buf()\fR reads the configuration information from \fIbuf\fR of length \fIbuflen\fR. \fBldap_getfilter_free\fR(3LDAP) frees memory that has been allocated by means of \fBldap_init_getfilter()\fR. @@ -1575,7 +1577,7 @@ Free memory allocated by LDAP API functions. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -1590,4 +1592,4 @@ Stability Level Evolving .SH SEE ALSO .LP -\fBattributes\fR(5) +.BR attributes (7) |