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