lib/tdb: Rename manpages/ to man/.
authorKarolin Seeger <kseeger@samba.org>
Fri, 30 Nov 2012 08:39:22 +0000 (09:39 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 3 Dec 2012 13:35:11 +0000 (14:35 +0100)
Trying to be more consistent.

Karolin

Reviewed-by: Andreas Schneider <asn@samba.org>
lib/tdb/man/tdbbackup.8.xml [moved from lib/tdb/manpages/tdbbackup.8.xml with 97% similarity]
lib/tdb/man/tdbdump.8.xml [moved from lib/tdb/manpages/tdbdump.8.xml with 98% similarity]
lib/tdb/man/tdbrestore.8.xml [moved from lib/tdb/manpages/tdbrestore.8.xml with 100% similarity]
lib/tdb/man/tdbtool.8.xml [moved from lib/tdb/manpages/tdbtool.8.xml with 99% similarity]
lib/tdb/wscript

similarity index 97%
rename from lib/tdb/manpages/tdbbackup.8.xml
rename to lib/tdb/man/tdbbackup.8.xml
index 78fe32eb8ec1299445080d5e1961b7beb74478c3..02936cf0d6bf0ff0635ed607215a287332ca02cc 100644 (file)
@@ -33,8 +33,8 @@
 
        <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb
        files. This tool may also be used to verify the integrity of the .tdb files prior
 
        <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb
        files. This tool may also be used to verify the integrity of the .tdb files prior
-       to samba startup or during normal operation. If it finds file damage and it finds 
-       a prior backup the backup file will be restored. 
+       to samba startup or during normal operation. If it finds file damage and it finds
+       a prior backup the backup file will be restored.
        </para>
 </refsect1>
 
        </para>
 </refsect1>
 
        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.
        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> 
+       </para>
 
        <para>The tdbbackup man page was written by John H Terpstra.</para>
 </refsect1>
 
        <para>The tdbbackup man page was written by John H Terpstra.</para>
 </refsect1>
similarity index 98%
rename from lib/tdb/manpages/tdbdump.8.xml
rename to lib/tdb/man/tdbdump.8.xml
index 34201932434c3c0dad9cf83b7b8fcaffbc483ed8..25fd432eb6ef8a13f123a6da77c108251b0f5c0b 100644 (file)
        <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
        <manvolnum>1</manvolnum></citerefentry> suite.</para>
 
        <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
        <manvolnum>1</manvolnum></citerefentry> suite.</para>
 
-       <para><command>tdbdump</command> is a very simple utility that 'dumps' the 
-               contents of a TDB (Trivial DataBase) file to standard output in a 
+       <para><command>tdbdump</command> is a very simple utility that 'dumps' the
+               contents of a TDB (Trivial DataBase) file to standard output in a
                human-readable format.
        </para>
 
                human-readable format.
        </para>
 
-       <para>This tool can be used when debugging problems with TDB files. It is 
+       <para>This tool can be used when debugging problems with TDB files. It is
                intended for those who are somewhat familiar with Samba internals.
        </para>
 </refsect1>
                intended for those who are somewhat familiar with Samba internals.
        </para>
 </refsect1>
@@ -84,7 +84,7 @@
        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.
        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> 
+       </para>
 
        <para>The tdbdump man page was written by Jelmer Vernooij.</para>
 </refsect1>
 
        <para>The tdbdump man page was written by Jelmer Vernooij.</para>
 </refsect1>
similarity index 99%
rename from lib/tdb/manpages/tdbtool.8.xml
rename to lib/tdb/man/tdbtool.8.xml
index c143b5ce04e7a62eb59850f89636d51d96314050..bc5c00140257ab68077cdf6cc1a1390f80f350ed 100644 (file)
                <replaceable>KEY</replaceable>
                <replaceable>TDBFILE</replaceable>
                </term>
                <replaceable>KEY</replaceable>
                <replaceable>TDBFILE</replaceable>
                </term>
-               <listitem><para>Move a record from the 
+               <listitem><para>Move a record from the
                current database into <replaceable>TDBFILE</replaceable>.
                </para></listitem>
                </varlistentry>
                current database into <replaceable>TDBFILE</replaceable>.
                </para></listitem>
                </varlistentry>
index 9d309a0325c30b6e1f950a49811f2e1a8405371b..7a3d0fa602a60bebc921419ebe598ad2fcf6ae88 100644 (file)
@@ -94,20 +94,20 @@ def build(bld):
 
         bld.SAMBA_BINARY('tdbrestore',
                          'tools/tdbrestore.c',
 
         bld.SAMBA_BINARY('tdbrestore',
                          'tools/tdbrestore.c',
-                         'tdb', manpages='manpages/tdbrestore.8')
+                         'tdb', manpages='man/tdbrestore.8')
 
         bld.SAMBA_BINARY('tdbdump',
                          'tools/tdbdump.c',
 
         bld.SAMBA_BINARY('tdbdump',
                          'tools/tdbdump.c',
-                         'tdb', manpages='manpages/tdbdump.8')
+                         'tdb', manpages='man/tdbdump.8')
 
         bld.SAMBA_BINARY('tdbbackup',
                          'tools/tdbbackup.c',
                          'tdb',
 
         bld.SAMBA_BINARY('tdbbackup',
                          'tools/tdbbackup.c',
                          'tdb',
-                         manpages='manpages/tdbbackup.8')
+                         manpages='man/tdbbackup.8')
 
         bld.SAMBA_BINARY('tdbtool',
                          'tools/tdbtool.c',
 
         bld.SAMBA_BINARY('tdbtool',
                          'tools/tdbtool.c',
-                         'tdb', manpages='manpages/tdbtool.8')
+                         'tdb', manpages='man/tdbtool.8')
 
         # FIXME: This hardcoded list is stupid, stupid, stupid.
         bld.SAMBA_SUBSYSTEM('tdb-test-helpers',
 
         # FIXME: This hardcoded list is stupid, stupid, stupid.
         bld.SAMBA_SUBSYSTEM('tdb-test-helpers',