From: Kurt Zeilenga Date: Wed, 14 Jun 2006 00:28:16 +0000 (+0000) Subject: Don't refer to deprecated routines X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~115 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca2129bbff6801876591c9f4c3b585cb564e8d1b;p=openldap Don't refer to deprecated routines --- diff --git a/doc/man/man1/ldapcompare.1 b/doc/man/man1/ldapcompare.1 index 1bf6a6aaa8..54997589bb 100644 --- a/doc/man/man1/ldapcompare.1 +++ b/doc/man/man1/ldapcompare.1 @@ -56,7 +56,7 @@ ldapcompare \- LDAP compare tool .SH DESCRIPTION .I ldapcompare is a shell-accessible interface to the -.BR ldap_compare (3) +.BR ldap_compare_ext (3) library call. .LP .B ldapcompare @@ -176,11 +176,8 @@ the value from. .BR ldap.conf (5), .BR ldif (5), .BR ldap (3), -.BR ldap_compare (3) +.BR ldap_compare_ext (3) .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index cd6575a9d5..aaa42d13b6 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -59,7 +59,7 @@ ldapdelete \- LDAP delete entry tool .SH DESCRIPTION .I ldapdelete is a shell-accessible interface to the -.BR ldap_delete (3) +.BR ldap_delete_ext (3) library call. .LP .B ldapdelete @@ -194,11 +194,8 @@ status and a diagnostic message being written to standard error. .BR ldapmodrdn (1), .BR ldapsearch (1), .BR ldap (3), -.BR ldap_delete (3) +.BR ldap_delete_ext (3) .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 5fbfdf42d5..c3c812e969 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -107,9 +107,11 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools .SH DESCRIPTION .B ldapmodify is a shell-accessible interface to the -.BR ldap_modify (3) +.BR ldap_add_ext (3), +.BR ldap_modify_ext (3), +.BR ldap_delete_ext (3) and -.BR ldap_add (3) +.BR ldap_rename (3). library calls. .B ldapadd is implemented as a hard link to the ldapmodify tool. When invoked as @@ -360,16 +362,13 @@ exit status and a diagnostic message being written to standard error. .BR ldapsearch (1), .BR ldap.conf (5), .BR ldap (3), -.BR ldap_add (3), -.BR ldap_delete (3), -.BR ldap_modify (3), -.BR ldap_modrdn (3), +.BR ldap_add_ext (3), +.BR ldap_delete_ext (3), +.BR ldap_modify_ext (3), +.BR ldap_modrdn_ext (3), .BR ldif (5), .BR slapd.replog (5) .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index cb5e5cd66f..b9442e05c5 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -59,7 +59,7 @@ ldapmodrdn \- LDAP rename entry tool .SH DESCRIPTION .B ldapmodrdn is a shell-accessible interface to the -.BR ldap_modrdn2 (3) +.BR ldap_rename (3) library call. .LP .B ldapmodrdn @@ -214,11 +214,8 @@ status and a diagnostic message being written to standard error. .BR ldapsearch (1), .BR ldap.conf (5), .BR ldap (3), -.BR ldap_modrdn2 (3) +.BR ldap_rename (3) .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldappasswd.1 b/doc/man/man1/ldappasswd.1 index 3c62b5bc5e..6ae94833ab 100644 --- a/doc/man/man1/ldappasswd.1 +++ b/doc/man/man1/ldappasswd.1 @@ -185,7 +185,4 @@ the command will require the operation to be successful .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index da7df18ecb..315b804cb3 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -84,7 +84,7 @@ ldapsearch \- LDAP search tool .SH DESCRIPTION .I ldapsearch is a shell-accessible interface to the -.BR ldap_search (3) +.BR ldap_search_ext (3) library call. .LP .B ldapsearch @@ -443,11 +443,9 @@ a diagnostic message being written to standard error. .BR ldap.conf (5), .BR ldif (5), .BR ldap (3), -.BR ldap_search (3) +.BR ldap_search_ext (3), +.BR ldap_sort (3) .SH AUTHOR The OpenLDAP Project .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. +.so ../Project diff --git a/doc/man/man1/ldapwhoami.1 b/doc/man/man1/ldapwhoami.1 index f12a0b462f..47ddec1303 100644 --- a/doc/man/man1/ldapwhoami.1 +++ b/doc/man/man1/ldapwhoami.1 @@ -148,7 +148,4 @@ Issue StartTLS (Transport Layer Security) extended operation. If you use .SH AUTHOR The OpenLDAP Project .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. +.so ../Project