talloc:manpage: fix documented signature of talloc_unlink().
authorMichael Adam <obnox@samba.org>
Fri, 12 Jun 2015 08:16:40 +0000 (10:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Jun 2015 15:08:19 +0000 (17:08 +0200)
The second argument is void *, not const void *.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/talloc/man/talloc.3.xml

index 1a7b70e6d10287d0fe4e37f27855a87883113cd4..6139fe738257c58d2a882f9b49ff51d6f38f6a83 100644 (file)
        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