From: Howard Chu Date: Mon, 12 Feb 2007 09:58:53 +0000 (+0000) Subject: Rename ldap_memfree.3 to ldap_memory.3 X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff24fcc4f7087b59b0b39eade30c959a528a5396;p=openldap Rename ldap_memfree.3 to ldap_memory.3 --- diff --git a/doc/man/man3/ldap_memfree.3 b/doc/man/man3/ldap_memfree.3 deleted file mode 100644 index dfe8f037ee..0000000000 --- a/doc/man/man3/ldap_memfree.3 +++ /dev/null @@ -1,50 +0,0 @@ -.TH LDAP_MEMORY 3 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" $OpenLDAP$ -.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. -.\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.SH NAME -ldap_memfree, ldap_memvfree, ldap_memalloc, ldap_memcalloc, ldap_memrealloc, ldap_strdup \- LDAP memory allocation routines -.SH LIBRARY -OpenLDAP LDAP (libldap, -lldap) -.SH SYNOPSIS -.B #include -.LP -.BI "void ldap_memfree(void *" p ");" -.LP -.BI "void ldap_memvfree(void **" v ");" -.LP -.BI "void *ldap_memalloc(ber_len_t " s ");" -.LP -.BI "void *ldap_memcalloc(ber_len_t " n ", ber_len_t " s ");" -.LP -.BI "void *ldap_memrealloc(void *" p ", ber_len_t " s ");" -.LP -.BI "char *ldap_strdup(LDAP_CONST char *" p ");" -.SH DESCRIPTION -These routines are used to allocate/deallocate memory used/returned -by the LDAP library. -.BR ldap_memalloc (), -.BR ldap_memcalloc (), -.BR ldap_memrealloc (), -and -.BR ldap_memfree () -are used exactly like the standard -.BR malloc (3), -.BR calloc (3), -.BR realloc (3), -and -.BR free (3) -routines, respectively. -The -.BR ldap_memvfree () -routine is used to free a dynamically allocated array of pointers to -arbitrary dynamically allocated objects. -The -.BR ldap_strdup () -routine is used exactly like the standard -.BR strdup (3) -routine. -.SH SEE ALSO -.BR ldap (3) -.SH ACKNOWLEDGEMENTS -.so ../Project diff --git a/doc/man/man3/ldap_memfree.3.links b/doc/man/man3/ldap_memfree.3.links deleted file mode 100644 index 9351ff1b65..0000000000 --- a/doc/man/man3/ldap_memfree.3.links +++ /dev/null @@ -1,6 +0,0 @@ -ldap_memfree.3 -ldap_memvfree.3 -ldap_memalloc.3 -ldap_memcalloc.3 -ldap_memrealloc.3 -ldap_strdup.3 diff --git a/doc/man/man3/ldap_memory.3 b/doc/man/man3/ldap_memory.3 new file mode 100644 index 0000000000..dfe8f037ee --- /dev/null +++ b/doc/man/man3/ldap_memory.3 @@ -0,0 +1,50 @@ +.TH LDAP_MEMORY 3 "RELEASEDATE" "OpenLDAP LDVERSION" +.\" $OpenLDAP$ +.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. +.\" Copying restrictions apply. See COPYRIGHT/LICENSE. +.SH NAME +ldap_memfree, ldap_memvfree, ldap_memalloc, ldap_memcalloc, ldap_memrealloc, ldap_strdup \- LDAP memory allocation routines +.SH LIBRARY +OpenLDAP LDAP (libldap, -lldap) +.SH SYNOPSIS +.B #include +.LP +.BI "void ldap_memfree(void *" p ");" +.LP +.BI "void ldap_memvfree(void **" v ");" +.LP +.BI "void *ldap_memalloc(ber_len_t " s ");" +.LP +.BI "void *ldap_memcalloc(ber_len_t " n ", ber_len_t " s ");" +.LP +.BI "void *ldap_memrealloc(void *" p ", ber_len_t " s ");" +.LP +.BI "char *ldap_strdup(LDAP_CONST char *" p ");" +.SH DESCRIPTION +These routines are used to allocate/deallocate memory used/returned +by the LDAP library. +.BR ldap_memalloc (), +.BR ldap_memcalloc (), +.BR ldap_memrealloc (), +and +.BR ldap_memfree () +are used exactly like the standard +.BR malloc (3), +.BR calloc (3), +.BR realloc (3), +and +.BR free (3) +routines, respectively. +The +.BR ldap_memvfree () +routine is used to free a dynamically allocated array of pointers to +arbitrary dynamically allocated objects. +The +.BR ldap_strdup () +routine is used exactly like the standard +.BR strdup (3) +routine. +.SH SEE ALSO +.BR ldap (3) +.SH ACKNOWLEDGEMENTS +.so ../Project diff --git a/doc/man/man3/ldap_memory.3.links b/doc/man/man3/ldap_memory.3.links new file mode 100644 index 0000000000..9351ff1b65 --- /dev/null +++ b/doc/man/man3/ldap_memory.3.links @@ -0,0 +1,6 @@ +ldap_memfree.3 +ldap_memvfree.3 +ldap_memalloc.3 +ldap_memcalloc.3 +ldap_memrealloc.3 +ldap_strdup.3