From 174ab3542dcb49ae9bf827bea747a6135805ef04 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 29 Nov 2012 10:00:45 +0100 Subject: docs: man talloc: Add missing meta data. This avoids warnings during the waf build and removes "FIXME" entries from the manpage. Karolin Reviewed-by: Andreas Schneider --- lib/talloc/talloc.3.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/talloc') diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index 99e8bcdb2f..85cd6c49d8 100644 --- a/lib/talloc/talloc.3.xml +++ b/lib/talloc/talloc.3.xml @@ -4,6 +4,9 @@ talloc 3 + Samba + System Administration tools + 4.0 talloc @@ -777,6 +780,15 @@ if (ptr) memcpy(ptr, p, strlen(p)+1); + + AUTHOR + The original Samba software and related utilities were + created by Andrew Tridgell. Samba is now developed by the + Samba Team as an Open Source project similar to the way the + Linux kernel is developed. + + + COPYRIGHT/LICENSE Copyright (C) Andrew Tridgell 2004 -- cgit