From 66e96d9ac6b244c8cd4a95205d5576d78b22dfcd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 12 Jun 2015 10:16:40 +0200 Subject: [PATCH] talloc:manpage: fix documented signature of talloc_unlink(). The second argument is void *, not const void *. Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- lib/talloc/man/talloc.3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/talloc/man/talloc.3.xml b/lib/talloc/man/talloc.3.xml index 1a7b70e6d10..6139fe73825 100644 --- a/lib/talloc/man/talloc.3.xml +++ b/lib/talloc/man/talloc.3.xml @@ -209,7 +209,7 @@ linkend="talloc_unlink">talloc_unlink(). - int talloc_unlink(const void *ctx, const void *ptr); + int talloc_unlink(const void *ctx, void *ptr); The talloc_unlink() function removes a specific parent from ptr. The