diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-08-24 16:27:05 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-24 16:30:01 +1000 |
commit | f60f0077e4f9e5d2dfe89786ca840a8330507a6d (patch) | |
tree | b72c66e41e9bd7ae7ff616d22083f0b677c4ea67 | |
parent | 2c846058ff104f83e50bc93aa90c0dc7a8c7fe0f (diff) | |
download | samba-f60f0077e4f9e5d2dfe89786ca840a8330507a6d.tar.gz samba-f60f0077e4f9e5d2dfe89786ca840a8330507a6d.tar.bz2 samba-f60f0077e4f9e5d2dfe89786ca840a8330507a6d.zip |
fixed typo in talloc doc XML
-rw-r--r-- | lib/talloc/talloc.3.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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);</programlisting> the function <link linkend="talloc_reference"><quote>talloc_reparent()</quote></link>. See the talloc_set_log_fn() documentation for more information - on talloc logging. </para + on talloc logging. + </para> </refsect2> <refsect2><title>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>);</title> <para> |