docs: man talloc: Add missing meta data.
authorKarolin Seeger <kseeger@samba.org>
Thu, 29 Nov 2012 09:00:45 +0000 (10:00 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 29 Nov 2012 12:41:43 +0000 (13:41 +0100)
This avoids warnings during the waf build and removes "FIXME" entries from the
manpage.

Karolin

Reviewed-by: Andreas Schneider <asn@samba.org>
lib/talloc/talloc.3.xml

index 99e8bcdb2f1627aa2665fa1e4ca2a949967297af..85cd6c49d86ab3324efbfdf0031dde179d4eee6b 100644 (file)
@@ -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