diff --git a/doc/man/Project b/doc/man/Project new file mode 100644 index 0000000000..63bba69911 --- /dev/null +++ b/doc/man/Project @@ -0,0 +1,4 @@ +.B "OpenLDAP Software" +is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). +.B OpenLDAP Software" +is derived from University of Michigan LDAP 3.3 Release. diff --git a/doc/man/man3/Deprecated b/doc/man/man3/Deprecated new file mode 100644 index 0000000000..6d850c0368 --- /dev/null +++ b/doc/man/man3/Deprecated @@ -0,0 +1,7 @@ +Deprecated interfaces generally remain in the library. The macro +LDAP_DEPRECATED can be defined to a non-zero value +(e.g., -DLDAP_DEPRECATED=1) when compiling program designed to use +deprecated interaces. It is recommended that developers writing new +programs, or updating old programs, avoid use of deprecated interfaces. +Over time, it is expected that documentation (and, eventually, support) for +deprecated interfaces to be eliminated.