summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-06-11 16:39:35 +0200
committerStefan Metzmacher <metze@samba.org>2015-06-12 17:08:18 +0200
commitf5d74c26a397b2d80d26e2bcf11e0574d3fa995c (patch)
tree0181d1f3aa46e0b61204317e25f449dbbf1e39e8 /lib
parent1898200481f64676e596e52dc177c8d70ca1a00c (diff)
downloadsamba-f5d74c26a397b2d80d26e2bcf11e0574d3fa995c.tar.gz
talloc: sync the talloc_reference() description between talloc_guide and manpage
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/talloc/man/talloc.3.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/talloc/man/talloc.3.xml b/lib/talloc/man/talloc.3.xml
index 6101a12c68a..1a7b70e6d10 100644
--- a/lib/talloc/man/talloc.3.xml
+++ b/lib/talloc/man/talloc.3.xml
@@ -197,9 +197,9 @@
</listitem>
<listitem>
<para>
- you can talloc_free() the pointer itself. That will destroy
- the most recently established parent to the pointer and leave
- the pointer as a child of its current parent.
+ you can talloc_free() the pointer itself if it has at maximum one
+ parent. This behaviour has been changed since the release of version
+ 2.0. Further informations in the description of "talloc_free".
</para>
</listitem>
</itemizedlist>