diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-11-29 10:00:45 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-11-29 13:41:43 +0100 |
commit | 174ab3542dcb49ae9bf827bea747a6135805ef04 (patch) | |
tree | 56d8b5afe57a8cb929e4c87e5ef69de0a06d5be9 /lib/talloc | |
parent | 0162dd55d3fc047333db79db7ebf37a8e6721c64 (diff) | |
download | samba-174ab3542dcb49ae9bf827bea747a6135805ef04.tar.gz |
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 <asn@samba.org>
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/talloc.3.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml index 99e8bcdb2f1..85cd6c49d86 100644 --- a/lib/talloc/talloc.3.xml +++ b/lib/talloc/talloc.3.xml @@ -4,6 +4,9 @@ <refmeta> <refentrytitle>talloc</refentrytitle> <manvolnum>3</manvolnum> + <refmiscinfo class="source">Samba</refmiscinfo> + <refmiscinfo class="manual">System Administration tools</refmiscinfo> + <refmiscinfo class="version">4.0</refmiscinfo> </refmeta> <refnamediv> <refname>talloc</refname> @@ -777,6 +780,15 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting> <ulink url="http://talloc.samba.org/"/> </para> </refsect1> + + <refsect1><title>AUTHOR</title> + <para> 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. + </para> + </refsect1> + <refsect1><title>COPYRIGHT/LICENSE</title> <para> Copyright (C) Andrew Tridgell 2004 |