X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman3%2Fldap_modify.3;h=178f3140371718c5a1e18890a8e76ac69d87024b;hb=9e86d9ffe28449051b98fa892521044c1cb78380;hp=876692259f1e7e52c5dabd58b9e4eef376929d24;hpb=3b4738ea96b54753a7e0caaabecdf93a8665f897;p=openldap diff --git a/doc/man/man3/ldap_modify.3 b/doc/man/man3/ldap_modify.3 index 876692259f..178f314037 100644 --- a/doc/man/man3/ldap_modify.3 +++ b/doc/man/man3/ldap_modify.3 @@ -1,9 +1,11 @@ -.TH LDAP_MODIFY 3 "22 September 1998" "OpenLDAP LDVERSION" +.TH LDAP_MODIFY 3 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-1999 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.