r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct...
[samba.git] / source4 / 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 than 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 <refsect1>
77         <title>VERSION</title>
78
79         <para>This man page is correct for version 4.0 of the Samba suite.</para>
80 </refsect1>
81
82 <refsect1>
83         <title>SEE ALSO</title>
84
85         <para>gregedit, regshell, regdiff, regpatch, samba</para>
86
87 </refsect1>
88
89 <refsect1>
90         <title>AUTHOR</title>
91
92         <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
93         
94         <para>This manpage and regtree were written by Jelmer Vernooij. </para>
95         
96 </refsect1>
97
98 </refentry>