summaryrefslogtreecommitdiff
path: root/lib/talloc/man
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12talloc:manpage: fix documented signature of talloc_unlink().Michael Adam1-1/+1
The second argument is void *, not const void *. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2015-06-12talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher1-3/+3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2015-04-19Add refentryinfo date.Jelmer Vernooij1-0/+1
This causes the talloc.3 build to be reproducible. We're trying to make all builds in Debian reproducible - see https://wiki.debian.org/ReproducibleBuilds/About for reasoning. Change-Id: I9bd64d1783abfb33211cbc9dc9c2bbf6db047f3e Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Apr 19 03:05:53 CEST 2015 on sn-devel-104
2012-12-03lib/talloc: Move manpage to man/.Karolin Seeger1-0/+813
Trying to be more consistent. Karolin Reviewed-by: Andreas Schneider <asn@samba.org>