talloc: sync the talloc_reference() description between talloc_guide and manpage
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Jun 2015 14:39:35 +0000 (16:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Jun 2015 15:08:18 +0000 (17:08 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
lib/talloc/man/talloc.3.xml

index 6101a12c68af6a749371e2d11c98a509e5e59734..1a7b70e6d10287d0fe4e37f27855a87883113cd4 100644 (file)
           </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>