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