mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
talloc:manpage: fix documented signature of talloc_unlink().
The second argument is void *, not const void *. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
f5d74c26a3
commit
66e96d9ac6
@ -209,7 +209,7 @@
|
||||
linkend="talloc_unlink"><quote>talloc_unlink()</quote></link>.
|
||||
</para>
|
||||
</refsect2>
|
||||
<refsect2 id="talloc_unlink"><title>int talloc_unlink(const void *ctx, const void *ptr);</title>
|
||||
<refsect2 id="talloc_unlink"><title>int talloc_unlink(const void *ctx, void *ptr);</title>
|
||||
<para>
|
||||
The talloc_unlink() function removes a specific parent from
|
||||
<emphasis role="italic">ptr</emphasis>. The <emphasis
|
||||
|
Loading…
x
Reference in New Issue
Block a user