]> 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 4434ba202b275fdd38261f490efad406bf9af789..178f3140371718c5a1e18890a8e76ac69d87024b 100644 (file)
@@ -1,9 +1,11 @@
-.TH LDAP_MODIFY 3 "22 September 1998" "OpenLDAP LDVERSION"
+.TH LDAP_MODIFY 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
+.\" 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
@@ -46,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;
@@ -114,7 +116,7 @@ field of \fIld\fP.
 .BR ldap_error (3),
 .BR ldap_add (3)
 .SH ACKNOWLEDGEMENTS
-.B     OpenLDAP
+.B OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
-.B     OpenLDAP
+.B OpenLDAP
 is derived from University of Michigan LDAP 3.3 Release.