[PATCH] Fix waf warnings when building manpages

Karolin Seeger kseeger at samba.org
Thu Nov 29 04:09:53 MST 2012


One of the patches is wrong.
Please find attached an updated version of the patch.

Sorry!

Karolin

On Thu, Nov 29, 2012 at 10:25:03AM +0100, Karolin Seeger wrote:
> Hi,
> 
> please find attached a patchset that adds missing meta data to some
> manpages. This avaoids warnings during the waf build and removes FIXME
> messages from the manpages. Additionally, two minor typo fixes are included.
> 
> Thanks!
> 
> Karolin
> 
> -- 
> Samba			http://www.samba.org
> SerNet			http://www.sernet.de
> sambaXP			http://www.sambaxp.org
> 

> From b6bf13e339d00c18a5992ece6b203a7973fe3a83 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:51:12 +0100
> Subject: [PATCH 01/22] docs: man samba.8: Fix manvolnum.
> 
> Karolin
> ---
>  source4/smbd/samba.8.xml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/source4/smbd/samba.8.xml b/source4/smbd/samba.8.xml
> index 2fa126f..dd64504 100644
> --- a/source4/smbd/samba.8.xml
> +++ b/source4/smbd/samba.8.xml
> @@ -24,7 +24,7 @@
>  <refsect1>
>  	<title>DESCRIPTION</title>
>  	<para>This program is part of the <citerefentry><refentrytitle>samba</refentrytitle>
> -	<manvolnum>7</manvolnum></citerefentry> suite.</para>
> +	<manvolnum>8</manvolnum></citerefentry> suite.</para>
>  
>  	<para><command>samba</command> is the server daemon that 
>  	provides filesharing and directory services to Windows clients. 
> -- 
> 1.7.7
> 
> 
> From b51be55200120d15c31884a248fa6a20b6c567a0 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:56:25 +0100
> Subject: [PATCH 02/22] docs: man ldb.3: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldb.3.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldb.3.xml b/lib/ldb/man/ldb.3.xml
> index 19d9a89..37c4e80 100644
> --- a/lib/ldb/man/ldb.3.xml
> +++ b/lib/ldb/man/ldb.3.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldb</refentrytitle>
>  	<manvolnum>3</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  <refnamediv>
> -- 
> 1.7.7
> 
> 
> From d80344201f9c17056a6bd582f4ef3a84886bd64b Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:58:23 +0100
> Subject: [PATCH 03/22] docs: man ldbadd: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbadd.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbadd.1.xml b/lib/ldb/man/ldbadd.1.xml
> index b77b151..19d2171 100644
> --- a/lib/ldb/man/ldbadd.1.xml
> +++ b/lib/ldb/man/ldbadd.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldbadd</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 71b6cf7efbfadb6cef9e457c6e29d42b1d60ece7 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:58:52 +0100
> Subject: [PATCH 04/22] docs: man ldbdel: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbdel.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbdel.1.xml b/lib/ldb/man/ldbdel.1.xml
> index 41da3bc..e136955 100644
> --- a/lib/ldb/man/ldbdel.1.xml
> +++ b/lib/ldb/man/ldbdel.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldbdel</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 3998748363e4a81686e58af6be08837a57793599 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:59:15 +0100
> Subject: [PATCH 05/22] docs: man ldbedit: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbedit.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbedit.1.xml b/lib/ldb/man/ldbedit.1.xml
> index a2eec05..334a1a1 100644
> --- a/lib/ldb/man/ldbedit.1.xml
> +++ b/lib/ldb/man/ldbedit.1.xml
> @@ -5,6 +5,9 @@
>      <refmeta>
>  	<refentrytitle>ldbedit</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>      </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From a38b0cefc2f82176957bfedf758cec3862d19126 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:59:32 +0100
> Subject: [PATCH 06/22] docs: man ldbmodify: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbmodify.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbmodify.1.xml b/lib/ldb/man/ldbmodify.1.xml
> index 9bb492a..f7632b3 100644
> --- a/lib/ldb/man/ldbmodify.1.xml
> +++ b/lib/ldb/man/ldbmodify.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldbmodify</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From ee15faf366337906c12f51de86d946a371caf98d Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 09:59:52 +0100
> Subject: [PATCH 07/22] docs: man ldbrename: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbrename.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbrename.1.xml b/lib/ldb/man/ldbrename.1.xml
> index 3576bc2..e0436ab 100644
> --- a/lib/ldb/man/ldbrename.1.xml
> +++ b/lib/ldb/man/ldbrename.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldbrename</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 4da4be74edcf11c1acb970c67074be3f7c9646d2 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:00:10 +0100
> Subject: [PATCH 08/22] docs: man ldbsearch: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/ldb/man/ldbsearch.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/ldb/man/ldbsearch.1.xml b/lib/ldb/man/ldbsearch.1.xml
> index 623a599..4946cb2 100644
> --- a/lib/ldb/man/ldbsearch.1.xml
> +++ b/lib/ldb/man/ldbsearch.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ldbsearch</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From f2a84e42b3c685f677595f4729a416a83c82cce4 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:00:45 +0100
> Subject: [PATCH 09/22] docs: man talloc: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  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 99e8bcd..85cd6c4 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
> -- 
> 1.7.7
> 
> 
> From e9c42e1ef2204e137e9503fe29ae56de81cd6cd5 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:01:06 +0100
> Subject: [PATCH 10/22] docs: man tdbtool: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  lib/tdb/manpages/tdbtool.8.xml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/tdb/manpages/tdbtool.8.xml b/lib/tdb/manpages/tdbtool.8.xml
> index 9f96db2..c143b5c 100644
> --- a/lib/tdb/manpages/tdbtool.8.xml
> +++ b/lib/tdb/manpages/tdbtool.8.xml
> @@ -7,7 +7,7 @@
>  	<manvolnum>8</manvolnum>
>  	<refmiscinfo class="source">Samba</refmiscinfo>
>  	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> -	<refmiscinfo class="version">3.6</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 9aae56d50b3eb78d12932584fef609ede11f155c Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:01:39 +0100
> Subject: [PATCH 11/22] docs: man ndrdump: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  librpc/tools/ndrdump.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/librpc/tools/ndrdump.1.xml b/librpc/tools/ndrdump.1.xml
> index b7d2ee8..e148eee 100644
> --- a/librpc/tools/ndrdump.1.xml
> +++ b/librpc/tools/ndrdump.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ndrdump</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 5c54720da0e0821546538fb8a07344f35c138bc3 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:02:12 +0100
> Subject: [PATCH 12/22] docs: man regdiff: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/lib/registry/man/regdiff.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/lib/registry/man/regdiff.1.xml b/source4/lib/registry/man/regdiff.1.xml
> index 59ef459..3fe965c 100644
> --- a/source4/lib/registry/man/regdiff.1.xml
> +++ b/source4/lib/registry/man/regdiff.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>regdiff</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 58c67247634b4e2fe126125a5670b5c135d0242f Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:02:30 +0100
> Subject: [PATCH 13/22] docs: man regpatch: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/lib/registry/man/regpatch.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/lib/registry/man/regpatch.1.xml b/source4/lib/registry/man/regpatch.1.xml
> index 7293f5d..3a15082 100644
> --- a/source4/lib/registry/man/regpatch.1.xml
> +++ b/source4/lib/registry/man/regpatch.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>regpatch</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 2a79c590cd58df8cd77f42570090a0df3e78a4c5 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:02:51 +0100
> Subject: [PATCH 14/22] docs: man regshell: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/lib/registry/man/regshell.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/lib/registry/man/regshell.1.xml b/source4/lib/registry/man/regshell.1.xml
> index ed91b1b..4653fbb 100644
> --- a/source4/lib/registry/man/regshell.1.xml
> +++ b/source4/lib/registry/man/regshell.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>regshell</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From f226ab555cba500dd3bc13cc95fe3fccbb6498e1 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:03:19 +0100
> Subject: [PATCH 15/22] docs: man regtree: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/lib/registry/man/regtree.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/lib/registry/man/regtree.1.xml b/source4/lib/registry/man/regtree.1.xml
> index 197091c..0d798e4 100644
> --- a/source4/lib/registry/man/regtree.1.xml
> +++ b/source4/lib/registry/man/regtree.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>regtree</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 15c65b49b67a6b4d2f66f526bb36e9739f2dfdd8 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:03:52 +0100
> Subject: [PATCH 16/22] docs: man 8 samba: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/smbd/samba.8.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/smbd/samba.8.xml b/source4/smbd/samba.8.xml
> index dd64504..bec2c5c 100644
> --- a/source4/smbd/samba.8.xml
> +++ b/source4/smbd/samba.8.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>samba</refentrytitle>
>  	<manvolnum>8</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From e79f0bb9b486ac7371dfce5ab3ba28736582c1c1 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:04:26 +0100
> Subject: [PATCH 17/22] docs: man gentest: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/torture/man/gentest.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/torture/man/gentest.1.xml b/source4/torture/man/gentest.1.xml
> index 729d318..65523f6 100644
> --- a/source4/torture/man/gentest.1.xml
> +++ b/source4/torture/man/gentest.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>gentest</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">Test Suite</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 0ac657324c17ba90e32a389adcdf4c56ea7bf02a Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:04:43 +0100
> Subject: [PATCH 18/22] docs: man locktest: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/torture/man/locktest.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/torture/man/locktest.1.xml b/source4/torture/man/locktest.1.xml
> index cfc18a4..3265823 100644
> --- a/source4/torture/man/locktest.1.xml
> +++ b/source4/torture/man/locktest.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>locktest</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">Test Suite</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 7fbedcdfa1d68f7af4d7610a9738cc07247806f9 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:09:07 +0100
> Subject: [PATCH 19/22] docs: man masktest: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/torture/man/masktest.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/torture/man/masktest.1.xml b/source4/torture/man/masktest.1.xml
> index 3abd5d4..9cd46e3 100644
> --- a/source4/torture/man/masktest.1.xml
> +++ b/source4/torture/man/masktest.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>masktest</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">Test Suite</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 3c15e268e1d2ac0136ffd02bc31f3986d1ab73b9 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:14:15 +0100
> Subject: [PATCH 20/22] docs: man smbtorture: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/torture/man/smbtorture.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/torture/man/smbtorture.1.xml b/source4/torture/man/smbtorture.1.xml
> index 10febf3..9b70b9b 100644
> --- a/source4/torture/man/smbtorture.1.xml
> +++ b/source4/torture/man/smbtorture.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>smbtorture</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">Test Suite</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 94c11ae562d6cd44dec998c6ac81a1d1dda93d68 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:15:07 +0100
> Subject: [PATCH 21/22] docs: man ntlm_auth4: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/utils/man/ntlm_auth4.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/utils/man/ntlm_auth4.1.xml b/source4/utils/man/ntlm_auth4.1.xml
> index da187d7..3e26e37 100644
> --- a/source4/utils/man/ntlm_auth4.1.xml
> +++ b/source4/utils/man/ntlm_auth4.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>ntlm_auth4</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">User Commands</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 
> 
> From 23c30f5b83ed8a615690c2a209aa7b9e22a27bc0 Mon Sep 17 00:00:00 2001
> From: Karolin Seeger <kseeger at samba.org>
> Date: Thu, 29 Nov 2012 10:15:49 +0100
> Subject: [PATCH 22/22] docs: man oLschema2ldif: Add missing meta data.
> 
> This avoids warnings during the waf build and removes "FIXME" entries from the
> manpage.
> 
> Karolin
> ---
>  source4/utils/man/oLschema2ldif.1.xml |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/source4/utils/man/oLschema2ldif.1.xml b/source4/utils/man/oLschema2ldif.1.xml
> index b1e681b..d62ab28 100644
> --- a/source4/utils/man/oLschema2ldif.1.xml
> +++ b/source4/utils/man/oLschema2ldif.1.xml
> @@ -5,6 +5,9 @@
>  <refmeta>
>  	<refentrytitle>oLschema2ldif</refentrytitle>
>  	<manvolnum>1</manvolnum>
> +	<refmiscinfo class="source">Samba</refmiscinfo>
> +	<refmiscinfo class="manual">System Administration tools</refmiscinfo>
> +	<refmiscinfo class="version">4.0</refmiscinfo>
>  </refmeta>
>  
>  
> -- 
> 1.7.7
> 


-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto:kontakt at SerNet.DE

-------------- next part --------------
A non-text attachment was scrubbed...
Name: docs_add_meta_data_v2.patch
Type: text/x-patch
Size: 19243 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20121129/2eff116b/attachment.bin>


More information about the samba-technical mailing list