]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_modify.3
clarify field description in rewriteRule statement
[openldap] / doc / man / man3 / ldap_modify.3
index baf71a373617cac76221eb0652af930114124711..178f3140371718c5a1e18890a8e76ac69d87024b 100644 (file)
@@ -1,10 +1,14 @@
-.TH LDAP_MODIFY 3  "15 November 1994" "U-M LDAP LDVERSION"
+.TH LDAP_MODIFY 3 "RELEASEDATE" "OpenLDAP LDVERSION"
+.\" $OpenLDAP$
+.\" Copyright 1998-2003 The OpenLDAP Foundation All Rights Reserved.
+.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_modify, ldap_modify_s \- Perform an LDAP modify operation
+.SH LIBRARY
+OpenLDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
-#include <lber.h>
 #include <ldap.h>
 .LP
 .ft B
@@ -44,8 +48,8 @@ defined below.
            int mod_op;
            char *mod_type;
            union {
-               char **modv_strvals;
-               struct berval **modv_bvals;
+               char **modv_strvals;
+               struct berval **modv_bvals;
            } mod_vals;
            struct ldapmod *mod_next;
        } LDAPMod;
@@ -111,3 +115,8 @@ field of \fIld\fP.
 .BR ldap (3),
 .BR ldap_error (3),
 .BR ldap_add (3)
+.SH ACKNOWLEDGEMENTS
+.B OpenLDAP
+is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
+.B OpenLDAP
+is derived from University of Michigan LDAP 3.3 Release.