Docbook XML conversion: faq
[kai/samba.git] / docs / docbook / manpages / editreg.1.sgml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
3 ]>
4 <refentry id="editreg.1">
5
6 <refmeta>
7         <refentrytitle>editreg</refentrytitle>
8         <manvolnum>1</manvolnum>
9 </refmeta>
10
11
12 <refnamediv>
13         <refname>editreg</refname>
14         <refpurpose>A utility to report and change SIDs in registry files
15         </refpurpose>
16 </refnamediv>
17
18 <refsynopsisdiv>
19         <cmdsynopsis>
20                 <command>editreg</command>
21                 <arg choice="opt">-v</arg>
22                 <arg choice="opt">-c file</arg>
23                 <arg choice="req">file</arg>
24         </cmdsynopsis>
25 </refsynopsisdiv>
26
27 <refsect1>
28         <title>DESCRIPTION</title>
29
30         <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
31         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32
33         <para><command>editreg</command> is a utility that 
34         can visualize windows registry files (currently only NT4) and apply 
35         so-called commandfiles to them. 
36         </para>
37 </refsect1>
38
39
40 <refsect1>
41         <title>OPTIONS</title>
42
43         <variablelist>
44                 <varlistentry>
45                 <term>registry_file</term>
46                 <listitem><para>Registry file to view or edit.  </para></listitem>
47                 </varlistentry>
48
49
50                 <varlistentry>
51                 <term>-v,--verbose</term>
52                 <listitem><para>Increases verbosity of messages. 
53                 </para></listitem>
54                 </varlistentry>
55
56                 <varlistentry>
57                 <term>-c commandfile</term>
58                 <listitem><para>Read commands to execute on <filename>registry_file</filename> from <filename>commandfile</filename>. Currently not yet supported!
59                 </para></listitem>
60                 </varlistentry>
61
62                 &stdarg.help;
63                 
64         </variablelist>
65 </refsect1>
66
67 <refsect1>
68         <title>VERSION</title>
69
70         <para>This man page is correct for version 3.0 of the Samba 
71         suite.</para>
72 </refsect1>
73
74 <refsect1>
75         <title>AUTHOR</title>
76         
77         <para>The original Samba software and related utilities 
78         were created by Andrew Tridgell. Samba is now developed
79         by the Samba Team as an Open Source project similar 
80         to the way the Linux kernel is developed.</para>
81         
82         <para>The editreg man page was written by Jelmer Vernooij. </para>
83 </refsect1>
84
85 </refentry>