Add comment explaining the previous fix.
[Samba.git] / docs-xml / manpages-3 / tdbdump.8.xml
blob8b8e4501d0b8bdfd70ac2e7b6bc72f3f31b93f88
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="tdbdump.8">
5 <refmeta>
6         <refentrytitle>tdbdump</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">3.2</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>tdbdump</refname>
16         <refpurpose>tool for printing the contents of a TDB file</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>tdbdump</command>
22                 <arg choice="req">filename</arg>
23         </cmdsynopsis>
24 </refsynopsisdiv>
26 <refsect1>
27         <title>DESCRIPTION</title>
29         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>1</manvolnum></citerefentry> suite.</para>
32         <para><command>tdbdump</command> is a very simple utility that 'dumps' the 
33                 contents of a TDB (Trivial DataBase) file to standard output in a 
34                 human-readable format.
35         </para>
37         <para>This tool can be used when debugging problems with TDB files. It is 
38                 intended for those who are somewhat familiar with Samba internals.
39         </para>
40 </refsect1>
43 <refsect1>
44         <title>VERSION</title>
46         <para>This man page is correct for version 3 of the Samba suite.</para>
47 </refsect1>
49 <refsect1>
50         <title>AUTHOR</title>
52         <para>
53         The original Samba software and related utilities were created by Andrew Tridgell.
54         Samba is now developed by the Samba Team as an Open Source project similar to the way
55         the Linux kernel is developed.
56         </para> 
58         <para>The tdbdump man page was written by Jelmer Vernooij.</para>
59 </refsect1>
61 </refentry>