From f60f0077e4f9e5d2dfe89786ca840a8330507a6d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 24 Aug 2009 16:27:05 +1000 Subject: fixed typo in talloc doc XML --- lib/talloc/talloc.3.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index 3e895b20b5..18c3788f76 100644 --- a/lib/talloc/talloc.3.xml +++ b/lib/talloc/talloc.3.xml @@ -428,7 +428,8 @@ talloc_realloc(ctx, ptr, type, 0) ==> talloc_free(ptr); the function talloc_reparent(). See the talloc_set_log_fn() documentation for more information - on talloc logging. TYPE *talloc_reparent(const void *<emphasis role="italic">old_parent</emphasis>, const void *<emphasis role="italic">new_parent</emphasis>, const TYPE *<emphasis role="italic">ptr</emphasis>); -- cgit