]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_rename.3
Merge branch 'mdb.master' of /home/hyc/OD/mdb
[openldap] / doc / man / man3 / ldap_rename.3
index 26d4264b9bf4e16670cbf5bd483fbcba8e211b3a..be934d07a5e36be465b58f4fea2a552888f49737 100644 (file)
@@ -1,11 +1,11 @@
 .TH LDAP_RENAME 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2011 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_rename, ldap_rename_s \- Renames the specified entry.
 .SH LIBRARY
-OpenLDAP LDAP (libldap, -lldap)
+OpenLDAP LDAP (libldap, \-lldap)
 .SH SYNOPSIS
 .nf
 .ft B
@@ -49,12 +49,12 @@ structures that list the client controls to use with the search.
 .B ldap_rename
 works just like
 .B ldap_rename_s,
-but the operation is asynchornous. It returns the message id of the request
+but the operation is asynchronous. It returns the message id of the request
 it initiated. The result of this operation can be obtained by calling
 .BR ldap_result(3).
 .SH ERRORS
 .B ldap_rename()
-returns -1 in case of error initiating the request, and
+returns \-1 in case of error initiating the request, and
 will set the \fIld_errno\fP field in the \fIld\fP parameter to
 indicate the error.
 .BR ldap_rename_s()