]> git.ozlabs.org Git - ccan/blob - ccan/ntdb/man/ntdbdump.8.xml
Fix missing va_end()s
[ccan] / ccan / ntdb / man / ntdbdump.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3 <refentry id="ntdbdump.8">
4
5 <refmeta>
6         <refentrytitle>ntdbdump</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.1</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>ntdbdump</refname>
16         <refpurpose>tool for printing the contents of an NTDB file</refpurpose>
17 </refnamediv>
18
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>ntdbdump</command>
22                 <arg choice="opt">-k <replaceable>keyname</replaceable></arg>
23                 <arg choice="opt">-e</arg>
24                 <arg choice="opt">-h</arg>
25                 <arg choice="req">filename</arg>
26         </cmdsynopsis>
27 </refsynopsisdiv>
28
29 <refsect1>
30         <title>DESCRIPTION</title>
31
32         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
33         <manvolnum>1</manvolnum></citerefentry> suite.</para>
34
35         <para><command>ntdbdump</command> is a very simple utility that 'dumps' the
36                 contents of a NTDB (New Trivial DataBase) file to standard output in a
37                 human-readable format.
38         </para>
39
40         <para>This tool can be used when debugging problems with NTDB files. It is
41                 intended for those who are somewhat familiar with Samba internals.
42         </para>
43 </refsect1>
44
45 <refsect1>
46         <title>OPTIONS</title>
47
48         <variablelist>
49
50                 <varlistentry>
51                 <term>-h</term>
52                 <listitem><para>
53                 Get help information.
54                 </para></listitem>
55                 </varlistentry>
56
57                 <varlistentry>
58                 <term>-k <replaceable>keyname</replaceable></term>
59                 <listitem><para>
60                 The <command>-k</command> option restricts dumping to a single key, if found.
61                 </para> </listitem>
62                 </varlistentry>
63
64         </variablelist>
65 </refsect1>
66
67 <refsect1>
68         <title>SEE ALSO</title>
69
70     <para>
71       tdbdump(8), ntdbtool(8)
72     </para>
73 </refsect1>
74
75 <refsect1>
76         <title>VERSION</title>
77
78         <para>This man page is correct for version 4 of the Samba suite.</para>
79 </refsect1>
80
81 <refsect1>
82         <title>AUTHOR</title>
83
84         <para>
85         The original Samba software and related utilities were created by Andrew Tridgell.
86         Samba is now developed by the Samba Team as an Open Source project similar to the way
87         the Linux kernel is developed.
88         </para>
89
90         <para>The ntdbdump man page was written by Rusty Russell, base on the tdbdump man page by Jelmer Vernooij.</para>
91 </refsect1>
92
93 </refentry>