diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-30 15:42:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-30 15:43:53 +0200 |
commit | 23b58804ba8ab2bb190758df283eacf3ec5d8787 (patch) | |
tree | b02a00f11d27d52142ffe3a8f8a1b89b55a7d4d3 | |
parent | b4ba669e48f7dd213d530a24f4587dea93c84223 (diff) | |
download | samba-23b58804ba8ab2bb190758df283eacf3ec5d8787.tar.gz samba-23b58804ba8ab2bb190758df283eacf3ec5d8787.tar.bz2 samba-23b58804ba8ab2bb190758df283eacf3ec5d8787.zip |
talloc.3: Remove documentation for deprecated talloc_append_string,
consistent with other deprecated functionality.
-rw-r--r-- | lib/talloc/talloc.3.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index 1d5476bbb2..a327922dbe 100644 --- a/lib/talloc/talloc.3.xml +++ b/lib/talloc/talloc.3.xml @@ -645,17 +645,6 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting> </para> <programlisting>talloc_set_name_const(ptr, ptr)</programlisting> </refsect2> - <refsect2><title>char *talloc_append_string(const void *<emphasis role="italic">t</emphasis>, char *<emphasis role="italic">orig</emphasis>, const char *<emphasis role="italic">append</emphasis>);</title> - <para> - The talloc_append_string() function appends the given formatted - string to the given string. - </para> - <para> - This function sets the name of the new pointer to the new - string. This is equivalent to: - </para> - <programlisting>talloc_set_name_const(ptr, ptr)</programlisting> - </refsect2> <refsect2><title>char *talloc_vasprintf(const void *<emphasis role="italic">t</emphasis>, const char *<emphasis role="italic">fmt</emphasis>, va_list <emphasis role="italic">ap</emphasis>);</title> <para> The talloc_vasprintf() function is the talloc equivalent of the C |