r7113: Move manpages from docs repository to source repository
[kai/samba.git] / source / lib / registry / man / regtree.1.xml
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="regtree.1">
4
5 <refmeta>
6         <refentrytitle>regtree</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>regtree</refname>
13         <refpurpose>Text-mode registry viewer</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>regtree</command>
19                 <arg choice="opt">--help</arg>
20                 <arg choice="opt">--backend=BACKEND</arg>
21                 <arg choice="opt">--fullpath</arg>
22                 <arg choice="opt">--no-values</arg>
23                 <arg choice="opt">--credentials=CREDENTIALS</arg>
24                 <arg choice="opt">location</arg>
25         </cmdsynopsis>
26 </refsynopsisdiv>
27
28 <refsect1>
29         <title>DESCRIPTION</title>
30
31         <para>The regtree utility prints out all the contents of a 
32                 Windows registry file. Subkeys are printed with one level 
33                 more indentation then their parents. </para>
34
35 </refsect1>
36
37
38 <refsect1>
39         <title>OPTIONS</title>
40
41         <variablelist>
42                 <varlistentry>
43                 <term>--help</term>
44                 <listitem><para>
45                 Show list of available options.</para></listitem>
46                 </varlistentry>
47                 
48                 <varlistentry>
49                         <term>--backend BACKEND</term>
50                         <listitem><para>Name of backend to load. Possible values are: 
51                                         w95, nt4, gconf, dir and rpc. The default is <emphasis>dir</emphasis>.
52                 </para></listitem>
53                 </varlistentry>
54                 
55                 <varlistentry>
56                 <term>--credentials=CREDENTIALS</term>
57                 <listitem><para>
58                                 Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem>
59                 </varlistentry>
60
61                 <varlistentry>
62                         <term>--fullpath</term>
63                         <listitem><para>
64                                         Print the full path to each key instead of only its name.
65                                 </para>
66                         </listitem>
67                 </varlistentry>
68
69                 <varlistentry><term>--no-values</term>
70                         <listitem><para>Don't print values, just keys.</para></listitem>
71                 </varlistentry>
72         </variablelist>
73         
74 </refsect1>
75
76
77 &man.registry.backends;
78
79 <refsect1>
80         <title>VERSION</title>
81
82         <para>This man page is correct for version 4.0 of the Samba suite.</para>
83 </refsect1>
84
85 <refsect1>
86         <title>SEE ALSO</title>
87
88         <para>gregedit, regshell, regdiff, regpatch, samba</para>
89
90 </refsect1>
91
92 <refsect1>
93         <title>AUTHOR</title>
94
95         &man.credits.samba;
96         
97         <para>This manpage and regtree were written by Jelmer Vernooij. </para>
98         
99 </refsect1>
100
101 </refentry>