summaryrefslogtreecommitdiff
path: root/lib/talloc/man
AgeCommit message (Collapse)AuthorFilesLines
2024-09-28doc: Update doc about talloc vs malloc speedAndreas Schneider1-6/+6
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sat Sep 28 01:20:01 UTC 2024 on atb-devel-224
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-1/+1
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
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>